#DDEAF7

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

Shades of Solitude #DDEAF7

Tints of Solitude #DDEAF7

Color information

#DDEAF7 (or 0xDDEAF7) is unknown color: approx Solitude. HEX triplet: DD, EA and F7. RGB value is (221,234,247). Sum of RGB (Red+Green+Blue) = 221+234+247=702 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.48% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 247 (96.88% from 255 or 35.19% from 702); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDEAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAF7 is #221508. Grayscale: #E7E7E7. Windows color (decimal): -2233609 or 16247517. OLE color: 16247517.

HSL color Cylindrical-coordinate representation of color #DDEAF7: hue angle of 210º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDEAF7 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221234247-
CMYK0.110.0500.03
HSL210º61.9%91.76%-
HSV(B)210º10.53%96.86%-
XYZ76.0380.9399.61-
YUV231.6136.69120.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.48%
GREEN value IS 234 (91.80% from 255) = 33.33%
BLUE value IS 247 (96.88% from 255) = 35.19%
R=31.48%
G=33.33%
B=35.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212342470.110.0500.0321061.991.76
HexDDEAF7B503d23e5c
Octal3353523671350332276134
Binary1101110111101010111101111011101011110100101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAF7; }

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

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

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

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

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

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

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

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