Shades of White Ice #CBFBDF
Tints of White Ice #CBFBDF
RGB
CMYK
RGB Variations
Color information
#CBFBDF (or 0xCBFBDF) is known color: White Ice. HEX triplet: CB, FB and DF. RGB value is (203,251,223). Sum of RGB (Red+Green+Blue) = 203+251+223=677 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.99% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFBDF is #340420. Grayscale: #E9E9E9. Windows color (decimal): -3408929 or 14678987. OLE color: 14678987.
HSL color Cylindrical-coordinate representation of color #CBFBDF: hue angle of 145º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFBDF is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 251 | 223 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.02 |
| HSL | 145º | 0.86% | 0.89% | - |
| HSV(B) | 145º | 0.19% | 0.98% | - |
| XYZ | 72.45 | 87.02 | 82.79 | - |
| YUV | 233.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 251 | 223 | 0.19 | 0 | 0.11 | 0.02 | 145 | 0.86 | 0.89 |
| Hex | CB | FB | DF | 13 | 0 | B | 2 | 91 | 56 | 59 |
| Octal | 313 | 373 | 337 | 23 | 0 | 13 | 2 | 221 | 126 | 131 |
| Binary | 11001011 | 11111011 | 11011111 | 10011 | 0 | 1011 | 10 | 10010001 | 1010110 | 1011001 |
Color Harmonies of #CBFBDF
Complementary color
Monochromatic Colors of #CBFBDF
Black with #CBFBDF
Text Example
Text Example
White with #CBFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFBDF; }
p { color: rgb(203,251,223); }
H1.HeaderClassName
{
color: #CBFBDF;
}
.AnyTagClassName
{
color: #CBFBDF;
}
</style>
background-color css
<style>
a { background-color: #CBFBDF; }
a { background-color: rgb(203,251,223); }
div.DivClassName
{
background-color: #CBFBDF;
}
.BgClassName
{
background-color: #CBFBDF;
}
</style>
border-color css
<style>
span { border-color: #CBFBDF; }
span { border-color: rgb(203,251,223); }
td.TdClassName
{
border-color: #CBFBDF;
}
.TagClassName
{
border-color: #CBFBDF;
}
</style>