Shades of White Ice #CBF9E1
Tints of White Ice #CBF9E1
RGB
CMYK
RGB Variations
Color information
#CBF9E1 (or 0xCBF9E1) is known color: White Ice. HEX triplet: CB, F9 and E1. RGB value is (203,249,225). Sum of RGB (Red+Green+Blue) = 203+249+225=677 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.99% from 677); Green value is 249 (97.66% from 255 or 36.78% from 677); Blue value is 225 (88.28% from 255 or 33.23% from 677); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF9E1 is #34061E. Grayscale: #E8E8E8. Windows color (decimal): -3409439 or 14809547. OLE color: 14809547.
HSL color Cylindrical-coordinate representation of color #CBF9E1: hue angle of 148.7º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF9E1 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 225 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.02 |
| HSL | 148.7º | 0.79% | 0.89% | - |
| HSV(B) | 148.7º | 0.18% | 0.98% | - |
| XYZ | 72.09 | 85.88 | 84.01 | - |
| YUV | 232.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 225 | 0.18 | 0 | 0.10 | 0.02 | 148.7 | 0.79 | 0.89 |
| Hex | CB | F9 | E1 | 12 | 0 | A | 2 | 95 | 4F | 59 |
| Octal | 313 | 371 | 341 | 22 | 0 | 12 | 2 | 225 | 117 | 131 |
| Binary | 11001011 | 11111001 | 11100001 | 10010 | 0 | 1010 | 10 | 10010101 | 1001111 | 1011001 |
Color Harmonies of #CBF9E1
Complementary color
Monochromatic Colors of #CBF9E1
Black with #CBF9E1
Text Example
Text Example
White with #CBF9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF9E1; }
p { color: rgb(203,249,225); }
H1.HeaderClassName
{
color: #CBF9E1;
}
.AnyTagClassName
{
color: #CBF9E1;
}
</style>
background-color css
<style>
a { background-color: #CBF9E1; }
a { background-color: rgb(203,249,225); }
div.DivClassName
{
background-color: #CBF9E1;
}
.BgClassName
{
background-color: #CBF9E1;
}
</style>
border-color css
<style>
span { border-color: #CBF9E1; }
span { border-color: rgb(203,249,225); }
td.TdClassName
{
border-color: #CBF9E1;
}
.TagClassName
{
border-color: #CBF9E1;
}
</style>