#CFFCE2

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

Shades of White Ice #CFFCE2

Tints of White Ice #CFFCE2

Color information

#CFFCE2 (or 0xCFFCE2) is unknown color: approx White Ice. HEX triplet: CF, FC and E2. RGB value is (207,252,226). Sum of RGB (Red+Green+Blue) = 207+252+226=685 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.22% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFCE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFCE2 is #30031D. Grayscale: #EBEBEB. Windows color (decimal): -3146526 or 14875855. OLE color: 14875855.

HSL color Cylindrical-coordinate representation of color #CFFCE2: hue angle of 145.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFCE2 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB207252226-
CMYK0.1800.100.01
HSL145.33º88.24%90%-
HSV(B)145.33º17.86%98.82%-
XYZ74.2788.3885.1-
YUV235.58122.59107.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.22%
GREEN value IS 252 (98.83% from 255) = 36.79%
BLUE value IS 226 (88.67% from 255) = 32.99%
R=30.22%
G=36.79%
B=32.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072522260.1800.100.01145.3388.2490
HexCFFCE2120A191585a
Octal317374342220121221130132
Binary110011111111110011100010100100101011001000110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFCE2; }

 p { color: rgb(207,252,226); }

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

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

 a { background-color: rgb(207,252,226); }

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

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

 span { border-color: rgb(207,252,226); }

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