Color Hex Logo

#ddeaff Color Hex

#DDEAFF
(221,234,255)
1 Favorites   0 Comments

Color spaces of #ddeaff

RGB 221234255
HSL0.601.000.93
HSV217°13°100°
CMYK 0.130.080.00   0.00
XYZ77.291681.4378106.2531
Yxy81.43780.29170.3073
Hunter Lab90.2429-5.0427-6.6388
CIE-Lab92.3262-0.2265-11.6074

#ddeaff color RGB value is (221,234,255).

#ddeaff hex color red value is 221, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ddeaff hue: 0.60 , saturation: 1.00 and the lightness value of ddeaff is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 11111111
Octal 335 352 377
Decimal 221 234 255
Hex DD EA FF

RGB Percentages of Color #ddeaff

%31.13
%32.96
%35.92

CMYK Percentages of Color #ddeaff

%13
%8
%0
%0

Triadic Colors of #ddeaff

#ddeaff #ffddea #eaffdd

Analogous Colors of #ddeaff

#ddeaff #e1ddff #ddfbff

Monochromatic Colors of #ddeaff

#ddeaff

Complementary Color

#ddeaff #fff2dd

#ddeaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeaff Color CSS Codes

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

#ddeaff Text Font Color

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

This sample text font color is #ddeaff
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.


#ddeaff Background Color

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

This div background color is #ddeaff


#ddeaff Border Color

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

This div border color is #ddeaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeaff

Related Colors


Comments

No comments written yet.

Please login to write comment.