#CFF0DE

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

Shades of White Ice #CFF0DE

Tints of White Ice #CFF0DE

Color information

#CFF0DE (or 0xCFF0DE) is unknown color: approx White Ice. HEX triplet: CF, F0 and DE. RGB value is (207,240,222). Sum of RGB (Red+Green+Blue) = 207+240+222=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0DE is #300F21. Grayscale: #E4E4E4. Windows color (decimal): -3149602 or 14610639. OLE color: 14610639.

HSL color Cylindrical-coordinate representation of color #CFF0DE: hue angle of 147.27º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF0DE is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB207240222-
CMYK0.1400.080.06
HSL147.27º52.38%87.65%-
HSV(B)147.27º13.75%94.12%-
XYZ70.0880.8681.02-
YUV228.08124.57112.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.94%
GREEN value IS 240 (94.14% from 255) = 35.87%
BLUE value IS 222 (87.11% from 255) = 33.18%
R=30.94%
G=35.87%
B=33.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072402220.1400.080.06147.2752.3887.65
HexCFF0DEE086933458
Octal31736033616010622364130
Binary110011111111000011011110111001000110100100111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF0DE; }

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

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

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

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

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

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

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

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