#DEECF9

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

Shades of Solitude #DEECF9

Tints of Solitude #DEECF9

Color information

#DEECF9 (or 0xDEECF9) is unknown color: approx Solitude. HEX triplet: DE, EC and F9. RGB value is (222,236,249). Sum of RGB (Red+Green+Blue) = 222+236+249=707 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.40% from 707); Green value is 236 (92.58% from 255 or 33.38% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEECF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEECF9 is #211306. Grayscale: #E9E9E9. Windows color (decimal): -2167559 or 16379102. OLE color: 16379102.

HSL color Cylindrical-coordinate representation of color #DEECF9: hue angle of 208.89º degrees, saturation: 0.69, 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 #DEECF9 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222236249-
CMYK0.110.0500.02
HSL208.89º69.23%92.35%-
HSV(B)208.89º10.84%97.65%-
XYZ77.2282.36101.45-
YUV233.3136.86119.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.40%
GREEN value IS 236 (92.58% from 255) = 33.38%
BLUE value IS 249 (97.66% from 255) = 35.22%
R=31.40%
G=33.38%
B=35.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222362490.110.0500.02208.8969.2392.35
HexDEECF9B502d1455c
Octal33635437113502321105134
Binary11011110111011001111100110111010101101000110001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECF9; }

 p { color: rgb(222,236,249); }

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

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

 a { background-color: rgb(222,236,249); }

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

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

 span { border-color: rgb(222,236,249); }

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