#CFFFE5

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

Shades of White Ice #CFFFE5

Tints of White Ice #CFFFE5

Color information

#CFFFE5 (or 0xCFFFE5) is unknown color: approx White Ice. HEX triplet: CF, FF and E5. RGB value is (207,255,229). Sum of RGB (Red+Green+Blue) = 207+255+229=691 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.96% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 229 (89.84% from 255 or 33.14% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFE5 is #30001A. Grayscale: #EDEDED. Windows color (decimal): -3145755 or 15073231. OLE color: 15073231.

HSL color Cylindrical-coordinate representation of color #CFFFE5: hue angle of 147.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 #CFFFE5 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB207255229-
CMYK0.1900.100
HSL147.5º100%90.59%-
HSV(B)147.5º18.82%100%-
XYZ75.6390.4487.6-
YUV237.68123.1106.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.96%
GREEN value IS 255 (100% from 255) = 36.90%
BLUE value IS 229 (89.84% from 255) = 33.14%
R=29.96%
G=36.90%
B=33.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072552290.1900.100147.510090.59
HexCFFFE5130A094645b
Octal317377345230120224144133
Binary110011111111111111100101100110101001001010011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFFE5; }

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

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

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

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

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

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

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

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