#DEECFF

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

Shades of Solitude #DEECFF

Tints of Solitude #DEECFF

Color information

#DEECFF (or 0xDEECFF) is unknown color: approx Solitude. HEX triplet: DE, EC and FF. RGB value is (222,236,255). Sum of RGB (Red+Green+Blue) = 222+236+255=713 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.14% from 713); Green value is 236 (92.58% from 255 or 33.10% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEECFF is #211300. Grayscale: #E9E9E9. Windows color (decimal): -2167553 or 16772318. OLE color: 16772318.

HSL color Cylindrical-coordinate representation of color #DEECFF: hue angle of 214.55º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEECFF is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB222236255-
CMYK0.130.0700
HSL214.55º100%93.53%-
HSV(B)214.55º12.94%100%-
XYZ78.1782.74106.46-
YUV233.98139.86119.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.14%
GREEN value IS 236 (92.58% from 255) = 33.10%
BLUE value IS 255 (100% from 255) = 35.76%
R=31.14%
G=33.10%
B=35.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222362550.130.0700214.5510093.53
HexDEECFFD700d7645e
Octal33635437715700327144136
Binary1101111011101100111111111101111001101011111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECFF; }

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

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

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

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

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

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

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

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