Shades of White Ice #CAFFDE
Tints of White Ice #CAFFDE
RGB
CMYK
RGB Variations
Color information
#CAFFDE (or 0xCAFFDE) is known color: White Ice. HEX triplet: CA, FF and DE. RGB value is (202,255,222). Sum of RGB (Red+Green+Blue) = 202+255+222=679 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.75% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFDE is #350021. Grayscale: #EBEBEB. Windows color (decimal): -3473442 or 14614474. OLE color: 14614474.
HSL color Cylindrical-coordinate representation of color #CAFFDE: hue angle of 142.64º 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 #CAFFDE is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 222 | - |
| CMYK | 0.21 | 0 | 0.13 | 0 |
| HSL | 142.64º | 1% | 0.9% | - |
| HSV(B) | 142.64º | 0.21% | 1% | - |
| XYZ | 73.3 | 89.35 | 82.49 | - |
| YUV | 235.39 | 120.44 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 222 | 0.21 | 0 | 0.13 | 0 | 142.64 | 1 | 0.9 |
| Hex | CA | FF | DE | 15 | 0 | D | 0 | 8F | 64 | 5A |
| Octal | 312 | 377 | 336 | 25 | 0 | 15 | 0 | 217 | 144 | 132 |
| Binary | 11001010 | 11111111 | 11011110 | 10101 | 0 | 1101 | 0 | 10001111 | 1100100 | 1011010 |
Color Harmonies of #CAFFDE
Complementary color
Monochromatic Colors of #CAFFDE
Black with #CAFFDE
Text Example
Text Example
White with #CAFFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFDE; }
p { color: rgb(202,255,222); }
H1.HeaderClassName
{
color: #CAFFDE;
}
.AnyTagClassName
{
color: #CAFFDE;
}
</style>
background-color css
<style>
a { background-color: #CAFFDE; }
a { background-color: rgb(202,255,222); }
div.DivClassName
{
background-color: #CAFFDE;
}
.BgClassName
{
background-color: #CAFFDE;
}
</style>
border-color css
<style>
span { border-color: #CAFFDE; }
span { border-color: rgb(202,255,222); }
td.TdClassName
{
border-color: #CAFFDE;
}
.TagClassName
{
border-color: #CAFFDE;
}
</style>