#CFF2DE

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

Shades of White Ice #CFF2DE

Tints of White Ice #CFF2DE

Color information

#CFF2DE (or 0xCFF2DE) is unknown color: approx White Ice. HEX triplet: CF, F2 and DE. RGB value is (207,242,222). Sum of RGB (Red+Green+Blue) = 207+242+222=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2DE is #300D21. Grayscale: #E5E5E5. Windows color (decimal): -3149090 or 14611151. OLE color: 14611151.

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

Color convert

RGB207242222-
CMYK0.1400.080.05
HSL145.71º57.38%88.04%-
HSV(B)145.71º14.46%94.9%-
XYZ70.6782.0481.22-
YUV229.26123.9112.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.85%
GREEN value IS 242 (94.92% from 255) = 36.07%
BLUE value IS 222 (87.11% from 255) = 33.08%
R=30.85%
G=36.07%
B=33.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072422220.1400.080.05145.7157.3888.04
HexCFF2DEE085923958
Octal31736233616010522271130
Binary110011111111001011011110111001000101100100101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF2DE; }

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

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

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

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

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

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

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

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