Shades of White Ice #CAFDDD
Tints of White Ice #CAFDDD
RGB
CMYK
RGB Variations
Color information
#CAFDDD (or 0xCAFDDD) is known color: White Ice. HEX triplet: CA, FD and DD. RGB value is (202,253,221). Sum of RGB (Red+Green+Blue) = 202+253+221=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDDD is #350222. Grayscale: #EAEAEA. Windows color (decimal): -3473955 or 14548426. OLE color: 14548426.
HSL color Cylindrical-coordinate representation of color #CAFDDD: hue angle of 142.35º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFDDD is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 253 | 221 | - |
CMYK | 0.20 | 0 | 0.13 | 0.01 |
HSL | 142.35º | 0.93% | 0.89% | - |
HSV(B) | 142.35º | 0.2% | 0.99% | - |
XYZ | 72.53 | 88.03 | 81.57 | - |
YUV | 234.1 | 120.6 | 105.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 253 | 221 | 0.20 | 0 | 0.13 | 0.01 | 142.35 | 0.93 | 0.89 |
Hex | CA | FD | DD | 14 | 0 | D | 1 | 8E | 5D | 59 |
Octal | 312 | 375 | 335 | 24 | 0 | 15 | 1 | 216 | 135 | 131 |
Binary | 11001010 | 11111101 | 11011101 | 10100 | 0 | 1101 | 1 | 10001110 | 1011101 | 1011001 |
Color Harmonies of #CAFDDD
Complementary color
Monochromatic Colors of #CAFDDD
Black with #CAFDDD
Text Example
Text Example
White with #CAFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDDD; }
p { color: rgb(202,253,221); }
H1.HeaderClassName
{
color: #CAFDDD;
}
.AnyTagClassName
{
color: #CAFDDD;
}
</style>
background-color css
<style>
a { background-color: #CAFDDD; }
a { background-color: rgb(202,253,221); }
div.DivClassName
{
background-color: #CAFDDD;
}
.BgClassName
{
background-color: #CAFDDD;
}
</style>
border-color css
<style>
span { border-color: #CAFDDD; }
span { border-color: rgb(202,253,221); }
td.TdClassName
{
border-color: #CAFDDD;
}
.TagClassName
{
border-color: #CAFDDD;
}
</style>