Shades of White Ice #CBF4E0
Tints of White Ice #CBF4E0
RGB
CMYK
RGB Variations
Color information
#CBF4E0 (or 0xCBF4E0) is known color: White Ice. HEX triplet: CB, F4 and E0. RGB value is (203,244,224). Sum of RGB (Red+Green+Blue) = 203+244+224=671 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.25% from 671); Green value is 244 (95.70% from 255 or 36.36% from 671); Blue value is 224 (87.89% from 255 or 33.38% from 671); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF4E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF4E0 is #340B1F. Grayscale: #E5E5E5. Windows color (decimal): -3410720 or 14742731. OLE color: 14742731.
HSL color Cylindrical-coordinate representation of color #CBF4E0: hue angle of 150.73º 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 #CBF4E0 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 224 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.04 |
| HSL | 150.73º | 0.65% | 0.88% | - |
| HSV(B) | 150.73º | 0.17% | 0.96% | - |
| XYZ | 70.43 | 82.78 | 82.79 | - |
| YUV | 229.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 224 | 0.17 | 0 | 0.08 | 0.04 | 150.73 | 0.65 | 0.88 |
| Hex | CB | F4 | E0 | 11 | 0 | 8 | 4 | 97 | 41 | 58 |
| Octal | 313 | 364 | 340 | 21 | 0 | 10 | 4 | 227 | 101 | 130 |
| Binary | 11001011 | 11110100 | 11100000 | 10001 | 0 | 1000 | 100 | 10010111 | 1000001 | 1011000 |
Color Harmonies of #CBF4E0
Complementary color
Monochromatic Colors of #CBF4E0
Black with #CBF4E0
Text Example
Text Example
White with #CBF4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF4E0; }
p { color: rgb(203,244,224); }
H1.HeaderClassName
{
color: #CBF4E0;
}
.AnyTagClassName
{
color: #CBF4E0;
}
</style>
background-color css
<style>
a { background-color: #CBF4E0; }
a { background-color: rgb(203,244,224); }
div.DivClassName
{
background-color: #CBF4E0;
}
.BgClassName
{
background-color: #CBF4E0;
}
</style>
border-color css
<style>
span { border-color: #CBF4E0; }
span { border-color: rgb(203,244,224); }
td.TdClassName
{
border-color: #CBF4E0;
}
.TagClassName
{
border-color: #CBF4E0;
}
</style>