Shades of White Ice #CBFCE0
Tints of White Ice #CBFCE0
RGB
CMYK
RGB Variations
Color information
#CBFCE0 (or 0xCBFCE0) is known color: White Ice. HEX triplet: CB, FC and E0. RGB value is (203,252,224). Sum of RGB (Red+Green+Blue) = 203+252+224=679 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.90% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFCE0 is #34031F. Grayscale: #EAEAEA. Windows color (decimal): -3408672 or 14744779. OLE color: 14744779.
HSL color Cylindrical-coordinate representation of color #CBFCE0: hue angle of 145.71º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFCE0 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 224 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.01 |
| HSL | 145.71º | 0.89% | 0.89% | - |
| HSV(B) | 145.71º | 0.19% | 0.99% | - |
| XYZ | 72.89 | 87.7 | 83.61 | - |
| YUV | 234.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 224 | 0.19 | 0 | 0.11 | 0.01 | 145.71 | 0.89 | 0.89 |
| Hex | CB | FC | E0 | 13 | 0 | B | 1 | 92 | 59 | 59 |
| Octal | 313 | 374 | 340 | 23 | 0 | 13 | 1 | 222 | 131 | 131 |
| Binary | 11001011 | 11111100 | 11100000 | 10011 | 0 | 1011 | 1 | 10010010 | 1011001 | 1011001 |
Color Harmonies of #CBFCE0
Complementary color
Monochromatic Colors of #CBFCE0
Black with #CBFCE0
Text Example
Text Example
White with #CBFCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFCE0; }
p { color: rgb(203,252,224); }
H1.HeaderClassName
{
color: #CBFCE0;
}
.AnyTagClassName
{
color: #CBFCE0;
}
</style>
background-color css
<style>
a { background-color: #CBFCE0; }
a { background-color: rgb(203,252,224); }
div.DivClassName
{
background-color: #CBFCE0;
}
.BgClassName
{
background-color: #CBFCE0;
}
</style>
border-color css
<style>
span { border-color: #CBFCE0; }
span { border-color: rgb(203,252,224); }
td.TdClassName
{
border-color: #CBFCE0;
}
.TagClassName
{
border-color: #CBFCE0;
}
</style>