#CFEADE

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

Shades of White Ice #CFEADE

Tints of White Ice #CFEADE

Color information

#CFEADE (or 0xCFEADE) is unknown color: approx White Ice. HEX triplet: CF, EA and DE. RGB value is (207,234,222). Sum of RGB (Red+Green+Blue) = 207+234+222=663 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.22% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEADE is #301521. Grayscale: #E0E0E0. Windows color (decimal): -3151138 or 14609103. OLE color: 14609103.

HSL color Cylindrical-coordinate representation of color #CFEADE: hue angle of 153.33º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFEADE is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB207234222-
CMYK0.1200.050.08
HSL153.33º39.13%86.47%-
HSV(B)153.33º11.54%91.76%-
XYZ68.3477.3880.44-
YUV224.56126.55115.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.22%
GREEN value IS 234 (91.80% from 255) = 35.29%
BLUE value IS 222 (87.11% from 255) = 33.48%
R=31.22%
G=35.29%
B=33.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072342220.1200.050.08153.3339.1386.47
HexCFEADEC058992756
Octal31735233614051023147126
Binary110011111110101011011110110001011000100110011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEADE; }

 p { color: rgb(207,234,222); }

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

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

 a { background-color: rgb(207,234,222); }

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

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

 span { border-color: rgb(207,234,222); }

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