#DDEAF9

Color #DDEAF9 Solitude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solitude #DDEAF9

Tints of Solitude #DDEAF9

Color information

#DDEAF9 (or 0xDDEAF9) is unknown color: approx Solitude. HEX triplet: DD, EA and F9. RGB value is (221,234,249). Sum of RGB (Red+Green+Blue) = 221+234+249=704 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.39% from 704); Green value is 234 (91.80% from 255 or 33.24% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDEAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAF9 is #221506. Grayscale: #E7E7E7. Windows color (decimal): -2233607 or 16378589. OLE color: 16378589.

HSL color Cylindrical-coordinate representation of color #DDEAF9: hue angle of 212.14º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDEAF9 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221234249-
CMYK0.110.0600.02
HSL212.14º70%92.16%-
HSV(B)212.14º11.24%97.65%-
XYZ76.3481.06101.24-
YUV231.82137.69120.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 31.39%
GREEN value IS 234 (91.80% from 255) = 33.24%
BLUE value IS 249 (97.66% from 255) = 35.37%
R=31.39%
G=33.24%
B=35.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212342490.110.0600.02212.147092.16
HexDDEAF9B602d4465c
Octal33535237113602324106134
Binary11011101111010101111100110111100101101010010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAF9; }

 p { color: rgb(221,234,249); }

 H1.HeaderClassName
 {
   color: #DDEAF9;
 }
 .AnyTagClassName
 {
   color: #DDEAF9;
 }
</style>
background-color css

<style>
 a { background-color: #DDEAF9; }

 a { background-color: rgb(221,234,249); }

 div.DivClassName
 {
   background-color: #DDEAF9;
 }
 .BgClassName
 {
   background-color: #DDEAF9;
 }
</style>
border-color css

<style>
 span { border-color: #DDEAF9; }

 span { border-color: rgb(221,234,249); }

 td.TdClassName
 {
   border-color: #DDEAF9;
 }
 .TagClassName
 {
   border-color: #DDEAF9;
 }
</style>