#CAFCE2

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

Shades of White Ice #CAFCE2

Tints of White Ice #CAFCE2

Color information

#CAFCE2 (or 0xCAFCE2) is unknown color: approx White Ice. HEX triplet: CA, FC and E2. RGB value is (202,252,226). Sum of RGB (Red+Green+Blue) = 202+252+226=680 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.71% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFCE2 is #35031D. Grayscale: #EAEAEA. Windows color (decimal): -3474206 or 14875850. OLE color: 14875850.

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

Color convert

RGB202252226-
CMYK0.2000.100.01
HSL148.8º89.29%89.02%-
HSV(B)148.8º19.84%98.82%-
XYZ72.8987.6785.03-
YUV234.09123.44105.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.71%
GREEN value IS 252 (98.83% from 255) = 37.06%
BLUE value IS 226 (88.67% from 255) = 33.24%
R=29.71%
G=37.06%
B=33.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022522260.2000.100.01148.889.2989.02
HexCAFCE2140A1955959
Octal312374342240121225131131
Binary110010101111110011100010101000101011001010110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFCE2; }

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

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

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

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

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

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

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

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