#CAFBE2

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

Shades of White Ice #CAFBE2

Tints of White Ice #CAFBE2

Color information

#CAFBE2 (or 0xCAFBE2) is unknown color: approx White Ice. HEX triplet: CA, FB and E2. RGB value is (202,251,226). Sum of RGB (Red+Green+Blue) = 202+251+226=679 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.75% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 226 (88.67% from 255 or 33.28% from 679); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBE2 is #35041D. Grayscale: #E9E9E9. Windows color (decimal): -3474462 or 14875594. OLE color: 14875594.

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

Color convert

RGB202251226-
CMYK0.2000.100.02
HSL149.39º85.96%88.82%-
HSV(B)149.39º19.52%98.43%-
XYZ72.5887.0484.93-
YUV233.5123.77105.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.75%
GREEN value IS 251 (98.44% from 255) = 36.97%
BLUE value IS 226 (88.67% from 255) = 33.28%
R=29.75%
G=36.97%
B=33.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022512260.2000.100.02149.3985.9688.82
HexCAFBE2140A2955659
Octal312373342240122225126131
Binary1100101011111011111000101010001010101001010110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFBE2; }

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

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

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

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

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

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

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

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