#CAFEE3

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

Shades of White Ice #CAFEE3

Tints of White Ice #CAFEE3

Color information

#CAFEE3 (or 0xCAFEE3) is unknown color: approx White Ice. HEX triplet: CA, FE and E3. RGB value is (202,254,227). Sum of RGB (Red+Green+Blue) = 202+254+227=683 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.58% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 227 (89.06% from 255 or 33.24% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEE3 is #35011C. Grayscale: #EBEBEB. Windows color (decimal): -3473693 or 14941898. OLE color: 14941898.

HSL color Cylindrical-coordinate representation of color #CAFEE3: hue angle of 148.85º 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 #CAFEE3 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB202254227-
CMYK0.2000.110.00
HSL148.85º96.3%89.41%-
HSV(B)148.85º20.47%99.61%-
XYZ73.6688.9985.97-
YUV235.37123.27104.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.58%
GREEN value IS 254 (99.61% from 255) = 37.19%
BLUE value IS 227 (89.06% from 255) = 33.24%
R=29.58%
G=37.19%
B=33.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022542270.2000.110.00148.8596.389.41
HexCAFEE3140B0956059
Octal312376343240130225140131
Binary110010101111111011100011101000101101001010111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEE3; }

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

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

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

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

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

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

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

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