#CAFFE1

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

Shades of White Ice #CAFFE1

Tints of White Ice #CAFFE1

Color information

#CAFFE1 (or 0xCAFFE1) is unknown color: approx White Ice. HEX triplet: CA, FF and E1. RGB value is (202,255,225). Sum of RGB (Red+Green+Blue) = 202+255+225=682 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.62% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFE1 is #35001E. Grayscale: #EBEBEB. Windows color (decimal): -3473439 or 14811082. OLE color: 14811082.

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

Color convert

RGB202255225-
CMYK0.2100.120
HSL146.04º100%89.61%-
HSV(B)146.04º20.78%100%-
XYZ73.7189.5184.63-
YUV235.73121.94103.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.62%
GREEN value IS 255 (100% from 255) = 37.39%
BLUE value IS 225 (88.28% from 255) = 32.99%
R=29.62%
G=37.39%
B=32.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552250.2100.120146.0410089.61
HexCAFFE1150C092645a
Octal312377341250140222144132
Binary110010101111111111100001101010110001001001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFE1; }

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

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

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

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

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

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

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

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