#CAFFE2

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

Shades of White Ice #CAFFE2

Tints of White Ice #CAFFE2

Color information

#CAFFE2 (or 0xCAFFE2) is unknown color: approx White Ice. HEX triplet: CA, FF and E2. RGB value is (202,255,226). Sum of RGB (Red+Green+Blue) = 202+255+226=683 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.58% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFE2 is #35001D. Grayscale: #EBEBEB. Windows color (decimal): -3473438 or 14876618. OLE color: 14876618.

HSL color Cylindrical-coordinate representation of color #CAFFE2: hue angle of 147.17º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFFE2 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB202255226-
CMYK0.2100.110
HSL147.17º100%89.61%-
HSV(B)147.17º20.78%100%-
XYZ73.8489.5785.35-
YUV235.85122.44103.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.58%
GREEN value IS 255 (100% from 255) = 37.34%
BLUE value IS 226 (88.67% from 255) = 33.09%
R=29.58%
G=37.34%
B=33.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552260.2100.110147.1710089.61
HexCAFFE2150B093645a
Octal312377342250130223144132
Binary110010101111111111100010101010101101001001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFE2; }

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

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

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

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

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

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

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

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