Shades of White Ice #CAF7DF
Tints of White Ice #CAF7DF
RGB
CMYK
RGB Variations
Color information
#CAF7DF (or 0xCAF7DF) is known color: White Ice. HEX triplet: CA, F7 and DF. RGB value is (202,247,223). Sum of RGB (Red+Green+Blue) = 202+247+223=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 247 (96.88% from 255 or 36.76% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF7DF is #350820. Grayscale: #E6E6E6. Windows color (decimal): -3475489 or 14677962. OLE color: 14677962.
HSL color Cylindrical-coordinate representation of color #CAF7DF: hue angle of 148º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAF7DF is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 223 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.03 |
| HSL | 148º | 0.74% | 0.88% | - |
| HSV(B) | 148º | 0.18% | 0.97% | - |
| XYZ | 70.94 | 84.41 | 82.37 | - |
| YUV | 230.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 223 | 0.18 | 0 | 0.10 | 0.03 | 148 | 0.74 | 0.88 |
| Hex | CA | F7 | DF | 12 | 0 | A | 3 | 94 | 4A | 58 |
| Octal | 312 | 367 | 337 | 22 | 0 | 12 | 3 | 224 | 112 | 130 |
| Binary | 11001010 | 11110111 | 11011111 | 10010 | 0 | 1010 | 11 | 10010100 | 1001010 | 1011000 |
Color Harmonies of #CAF7DF
Complementary color
Monochromatic Colors of #CAF7DF
Black with #CAF7DF
Text Example
Text Example
White with #CAF7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF7DF; }
p { color: rgb(202,247,223); }
H1.HeaderClassName
{
color: #CAF7DF;
}
.AnyTagClassName
{
color: #CAF7DF;
}
</style>
background-color css
<style>
a { background-color: #CAF7DF; }
a { background-color: rgb(202,247,223); }
div.DivClassName
{
background-color: #CAF7DF;
}
.BgClassName
{
background-color: #CAF7DF;
}
</style>
border-color css
<style>
span { border-color: #CAF7DF; }
span { border-color: rgb(202,247,223); }
td.TdClassName
{
border-color: #CAF7DF;
}
.TagClassName
{
border-color: #CAF7DF;
}
</style>