#CAFEE0

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

Shades of White Ice #CAFEE0

Tints of White Ice #CAFEE0

Color information

#CAFEE0 (or 0xCAFEE0) is unknown color: approx White Ice. HEX triplet: CA, FE and E0. RGB value is (202,254,224). Sum of RGB (Red+Green+Blue) = 202+254+224=680 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.71% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEE0 is #35011F. Grayscale: #EBEBEB. Windows color (decimal): -3473696 or 14745290. OLE color: 14745290.

HSL color Cylindrical-coordinate representation of color #CAFEE0: hue angle of 145.38º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFEE0 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB202254224-
CMYK0.2000.120.00
HSL145.38º96.3%89.41%-
HSV(B)145.38º20.47%99.61%-
XYZ73.2588.8283.8-
YUV235.03121.77104.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.71%
GREEN value IS 254 (99.61% from 255) = 37.35%
BLUE value IS 224 (87.89% from 255) = 32.94%
R=29.71%
G=37.35%
B=32.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022542240.2000.120.00145.3896.389.41
HexCAFEE0140C0916059
Octal312376340240140221140131
Binary110010101111111011100000101000110001001000111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEE0; }

 p { color: rgb(202,254,224); }

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

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

 a { background-color: rgb(202,254,224); }

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

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

 span { border-color: rgb(202,254,224); }

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