Shades of White Ice #CBF4DD
Tints of White Ice #CBF4DD
RGB
CMYK
RGB Variations
Color information
#CBF4DD (or 0xCBF4DD) is known color: White Ice. HEX triplet: CB, F4 and DD. RGB value is (203,244,221). Sum of RGB (Red+Green+Blue) = 203+244+221=668 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.39% from 668); Green value is 244 (95.70% from 255 or 36.53% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF4DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF4DD is #340B22. Grayscale: #E5E5E5. Windows color (decimal): -3410723 or 14546123. OLE color: 14546123.
HSL color Cylindrical-coordinate representation of color #CBF4DD: hue angle of 146.34º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBF4DD is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 221 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.04 |
| HSL | 146.34º | 0.65% | 0.88% | - |
| HSV(B) | 146.34º | 0.17% | 0.96% | - |
| XYZ | 70.03 | 82.62 | 80.66 | - |
| YUV | 229.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 221 | 0.17 | 0 | 0.09 | 0.04 | 146.34 | 0.65 | 0.88 |
| Hex | CB | F4 | DD | 11 | 0 | 9 | 4 | 92 | 41 | 58 |
| Octal | 313 | 364 | 335 | 21 | 0 | 11 | 4 | 222 | 101 | 130 |
| Binary | 11001011 | 11110100 | 11011101 | 10001 | 0 | 1001 | 100 | 10010010 | 1000001 | 1011000 |
Color Harmonies of #CBF4DD
Complementary color
Monochromatic Colors of #CBF4DD
Black with #CBF4DD
Text Example
Text Example
White with #CBF4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF4DD; }
p { color: rgb(203,244,221); }
H1.HeaderClassName
{
color: #CBF4DD;
}
.AnyTagClassName
{
color: #CBF4DD;
}
</style>
background-color css
<style>
a { background-color: #CBF4DD; }
a { background-color: rgb(203,244,221); }
div.DivClassName
{
background-color: #CBF4DD;
}
.BgClassName
{
background-color: #CBF4DD;
}
</style>
border-color css
<style>
span { border-color: #CBF4DD; }
span { border-color: rgb(203,244,221); }
td.TdClassName
{
border-color: #CBF4DD;
}
.TagClassName
{
border-color: #CBF4DD;
}
</style>