Color Hex Logo

#ddeffd Color Hex

#DDEFFD
(221,239,253)
0 Favorites   0 Comments

Color spaces of #ddeffd

RGB 221239253
HSL0.570.890.93
HSV206°13°99°
CMYK 0.130.060.00   0.01
XYZ78.414984.1970105.0472
Yxy84.19700.29300.3146
Hunter Lab91.7589-8.0364-3.6450
CIE-Lab93.5360-3.1913-8.7681

#ddeffd color RGB value is (221,239,253).

#ddeffd hex color red value is 221, green value is 239 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ddeffd hue: 0.57 , saturation: 0.89 and the lightness value of ddeffd is 0.93.

The process color (four color CMYK) of #ddeffd color hex is 0.13, 0.06, 0.00, 0.01. Web safe color of #ddeffd is #ccffff. Color #ddeffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 11111101
Octal 335 357 375
Decimal 221 239 253
Hex DD EF FD

RGB Percentages of Color #ddeffd

%31.00
%33.52
%35.48

CMYK Percentages of Color #ddeffd

%13
%6
%0
%1

Triadic Colors of #ddeffd

#ddeffd #fdddef #effddd

Analogous Colors of #ddeffd

#ddeffd #dddffd #ddfdfb

Monochromatic Colors of #ddeffd

#ddeffd

Complementary Color

#ddeffd #fdebdd

#ddeffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeffd Color CSS Codes

.mybgcolor {background-color:#ddeffd; } 
.myforecolor {color:#ddeffd; }
.mybordercolor {border:3px solid #ddeffd; }

#ddeffd Text Font Color

<p style="color:#ddeffd">Text here</p>

This sample text font color is #ddeffd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddeffd Background Color

<div style="background-color:#ddeffd">
Div content here</div>

This div background color is #ddeffd


#ddeffd Border Color

<div style="border:3px solid #ddeffd">
Div here</div>

This div border color is #ddeffd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,239,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddeffd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddeffd;
  -webkit-box-shadow: 1px 1px 3px 2px #ddeffd;
  box-shadow:         1px 1px 3px 2px #ddeffd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,239,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddeffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddeffd;
  -webkit-box-shadow: 1px 1px 3px 2px #ddeffd;
  box-shadow:         1px 1px 3px 2px #ddeffd;">
Div content here</div>

This div box has shadow with color #ddeffd


Comments

No comments written yet.

Please login to write comment.