#CAFFE3

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

Shades of White Ice #CAFFE3

Tints of White Ice #CAFFE3

Color information

#CAFFE3 (or 0xCAFFE3) is unknown color: approx White Ice. HEX triplet: CA, FF and E3. RGB value is (202,255,227). Sum of RGB (Red+Green+Blue) = 202+255+227=684 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.53% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 227 (89.06% from 255 or 33.19% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFE3 is #35001C. Grayscale: #ECECEC. Windows color (decimal): -3473437 or 14942154. OLE color: 14942154.

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

Color convert

RGB202255227-
CMYK0.2100.110
HSL148.3º100%89.61%-
HSV(B)148.3º20.78%100%-
XYZ73.9889.6286.07-
YUV235.96122.94103.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.53%
GREEN value IS 255 (100% from 255) = 37.28%
BLUE value IS 227 (89.06% from 255) = 33.19%
R=29.53%
G=37.28%
B=33.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552270.2100.110148.310089.61
HexCAFFE3150B094645a
Octal312377343250130224144132
Binary110010101111111111100011101010101101001010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFE3; }

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

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

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

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

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

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

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

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