#DEFAEC

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

Shades of White Ice #DEFAEC

Tints of White Ice #DEFAEC

Color information

#DEFAEC (or 0xDEFAEC) is unknown color: approx White Ice. HEX triplet: DE, FA and EC. RGB value is (222,250,236). Sum of RGB (Red+Green+Blue) = 222+250+236=708 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.36% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFAEC is #210513. Grayscale: #F0F0F0. Windows color (decimal): -2163988 or 15530718. OLE color: 15530718.

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

Color convert

RGB222250236-
CMYK0.1100.060.02
HSL150º73.68%92.55%-
HSV(B)150º11.2%98.04%-
XYZ79.4589.9692.53-
YUV240.03125.72115.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.36%
GREEN value IS 250 (98.05% from 255) = 35.31%
BLUE value IS 236 (92.58% from 255) = 33.33%
R=31.36%
G=35.31%
B=33.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222502360.1100.060.0215073.6892.55
HexDEFAECB062964a5d
Octal33637235413062226112135
Binary11011110111110101110110010110110101001011010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFAEC; }

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

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

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

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

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

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

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

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