Shades of White Ice #CAFFE1
Tints of White Ice #CAFFE1
RGB
CMYK
RGB Variations
Color information
#CAFFE1 (or 0xCAFFE1) is known color: 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
| RGB | 202 | 255 | 225 | - |
| CMYK | 0.21 | 0 | 0.12 | 0 |
| HSL | 146.04º | 1% | 0.9% | - |
| HSV(B) | 146.04º | 0.21% | 1% | - |
| XYZ | 73.71 | 89.51 | 84.63 | - |
| YUV | 235.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 225 | 0.21 | 0 | 0.12 | 0 | 146.04 | 1 | 0.9 |
| Hex | CA | FF | E1 | 15 | 0 | C | 0 | 92 | 64 | 5A |
| Octal | 312 | 377 | 341 | 25 | 0 | 14 | 0 | 222 | 144 | 132 |
| Binary | 11001010 | 11111111 | 11100001 | 10101 | 0 | 1100 | 0 | 10010010 | 1100100 | 1011010 |
Color Harmonies of #CAFFE1
Complementary color
Monochromatic Colors of #CAFFE1
Black with #CAFFE1
Text Example
Text Example
White with #CAFFE1
Text Example
Text Example
HTML Codes & Css Web 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>