Shades of White Ice #CBF8DD
Tints of White Ice #CBF8DD
RGB
CMYK
RGB Variations
Color information
#CBF8DD (or 0xCBF8DD) is known color: White Ice. HEX triplet: CB, F8 and DD. RGB value is (203,248,221). Sum of RGB (Red+Green+Blue) = 203+248+221=672 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.21% from 672); Green value is 248 (97.27% from 255 or 36.90% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF8DD is #340722. Grayscale: #E7E7E7. Windows color (decimal): -3409699 or 14547147. OLE color: 14547147.
HSL color Cylindrical-coordinate representation of color #CBF8DD: hue angle of 144º degrees, saturation: 0.76, 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 #CBF8DD is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 221 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.03 |
| HSL | 144º | 0.76% | 0.88% | - |
| HSV(B) | 144º | 0.18% | 0.97% | - |
| XYZ | 71.25 | 85.05 | 81.07 | - |
| YUV | 231.47 | 122.09 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 221 | 0.18 | 0 | 0.11 | 0.03 | 144 | 0.76 | 0.88 |
| Hex | CB | F8 | DD | 12 | 0 | B | 3 | 90 | 4C | 58 |
| Octal | 313 | 370 | 335 | 22 | 0 | 13 | 3 | 220 | 114 | 130 |
| Binary | 11001011 | 11111000 | 11011101 | 10010 | 0 | 1011 | 11 | 10010000 | 1001100 | 1011000 |
Color Harmonies of #CBF8DD
Complementary color
Monochromatic Colors of #CBF8DD
Black with #CBF8DD
Text Example
Text Example
White with #CBF8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF8DD; }
p { color: rgb(203,248,221); }
H1.HeaderClassName
{
color: #CBF8DD;
}
.AnyTagClassName
{
color: #CBF8DD;
}
</style>
background-color css
<style>
a { background-color: #CBF8DD; }
a { background-color: rgb(203,248,221); }
div.DivClassName
{
background-color: #CBF8DD;
}
.BgClassName
{
background-color: #CBF8DD;
}
</style>
border-color css
<style>
span { border-color: #CBF8DD; }
span { border-color: rgb(203,248,221); }
td.TdClassName
{
border-color: #CBF8DD;
}
.TagClassName
{
border-color: #CBF8DD;
}
</style>