Shades of White Ice #CBF7DD
Tints of White Ice #CBF7DD
RGB
CMYK
RGB Variations
Color information
#CBF7DD (or 0xCBF7DD) is known color: White Ice. HEX triplet: CB, F7 and DD. RGB value is (203,247,221). Sum of RGB (Red+Green+Blue) = 203+247+221=671 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.25% from 671); Green value is 247 (96.88% from 255 or 36.81% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF7DD is #340822. Grayscale: #E6E6E6. Windows color (decimal): -3409955 or 14546891. OLE color: 14546891.
HSL color Cylindrical-coordinate representation of color #CBF7DD: hue angle of 144.55º degrees, saturation: 0.73, 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 #CBF7DD is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 221 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.03 |
| HSL | 144.55º | 0.73% | 0.88% | - |
| HSV(B) | 144.55º | 0.18% | 0.97% | - |
| XYZ | 70.94 | 84.44 | 80.97 | - |
| YUV | 230.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 221 | 0.18 | 0 | 0.11 | 0.03 | 144.55 | 0.73 | 0.88 |
| Hex | CB | F7 | DD | 12 | 0 | B | 3 | 91 | 49 | 58 |
| Octal | 313 | 367 | 335 | 22 | 0 | 13 | 3 | 221 | 111 | 130 |
| Binary | 11001011 | 11110111 | 11011101 | 10010 | 0 | 1011 | 11 | 10010001 | 1001001 | 1011000 |
Color Harmonies of #CBF7DD
Complementary color
Monochromatic Colors of #CBF7DD
Black with #CBF7DD
Text Example
Text Example
White with #CBF7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF7DD; }
p { color: rgb(203,247,221); }
H1.HeaderClassName
{
color: #CBF7DD;
}
.AnyTagClassName
{
color: #CBF7DD;
}
</style>
background-color css
<style>
a { background-color: #CBF7DD; }
a { background-color: rgb(203,247,221); }
div.DivClassName
{
background-color: #CBF7DD;
}
.BgClassName
{
background-color: #CBF7DD;
}
</style>
border-color css
<style>
span { border-color: #CBF7DD; }
span { border-color: rgb(203,247,221); }
td.TdClassName
{
border-color: #CBF7DD;
}
.TagClassName
{
border-color: #CBF7DD;
}
</style>