#CFFFE9

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

Shades of White Ice #CFFFE9

Tints of White Ice #CFFFE9

Color information

#CFFFE9 (or 0xCFFFE9) is unknown color: approx White Ice. HEX triplet: CF, FF and E9. RGB value is (207,255,233). Sum of RGB (Red+Green+Blue) = 207+255+233=695 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.78% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 233 (91.41% from 255 or 33.53% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFFE9 is #300016. Grayscale: #EEEEEE. Windows color (decimal): -3145751 or 15335375. OLE color: 15335375.

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

Color convert

RGB207255233-
CMYK0.1900.090
HSL152.5º100%90.59%-
HSV(B)152.5º18.82%100%-
XYZ76.290.6790.58-
YUV238.14125.1105.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.78%
GREEN value IS 255 (100% from 255) = 36.69%
BLUE value IS 233 (91.41% from 255) = 33.53%
R=29.78%
G=36.69%
B=33.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072552330.1900.090152.510090.59
HexCFFFE91309098645b
Octal317377351230110230144133
Binary110011111111111111101001100110100101001100011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFFE9; }

 p { color: rgb(207,255,233); }

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

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

 a { background-color: rgb(207,255,233); }

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

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

 span { border-color: rgb(207,255,233); }

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