Shades of White Ice #CBF6E1
Tints of White Ice #CBF6E1
RGB
CMYK
RGB Variations
Color information
#CBF6E1 (or 0xCBF6E1) is known color: White Ice. HEX triplet: CB, F6 and E1. RGB value is (203,246,225). Sum of RGB (Red+Green+Blue) = 203+246+225=674 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.12% from 674); Green value is 246 (96.48% from 255 or 36.50% from 674); Blue value is 225 (88.28% from 255 or 33.38% from 674); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF6E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF6E1 is #34091E. Grayscale: #E6E6E6. Windows color (decimal): -3410207 or 14808779. OLE color: 14808779.
HSL color Cylindrical-coordinate representation of color #CBF6E1: hue angle of 150.7º degrees, saturation: 0.7, 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 #CBF6E1 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 225 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.04 |
| HSL | 150.7º | 0.7% | 0.88% | - |
| HSV(B) | 150.7º | 0.17% | 0.96% | - |
| XYZ | 71.17 | 84.04 | 83.71 | - |
| YUV | 230.75 | 124.75 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 225 | 0.17 | 0 | 0.09 | 0.04 | 150.7 | 0.7 | 0.88 |
| Hex | CB | F6 | E1 | 11 | 0 | 9 | 4 | 97 | 46 | 58 |
| Octal | 313 | 366 | 341 | 21 | 0 | 11 | 4 | 227 | 106 | 130 |
| Binary | 11001011 | 11110110 | 11100001 | 10001 | 0 | 1001 | 100 | 10010111 | 1000110 | 1011000 |
Color Harmonies of #CBF6E1
Complementary color
Monochromatic Colors of #CBF6E1
Black with #CBF6E1
Text Example
Text Example
White with #CBF6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF6E1; }
p { color: rgb(203,246,225); }
H1.HeaderClassName
{
color: #CBF6E1;
}
.AnyTagClassName
{
color: #CBF6E1;
}
</style>
background-color css
<style>
a { background-color: #CBF6E1; }
a { background-color: rgb(203,246,225); }
div.DivClassName
{
background-color: #CBF6E1;
}
.BgClassName
{
background-color: #CBF6E1;
}
</style>
border-color css
<style>
span { border-color: #CBF6E1; }
span { border-color: rgb(203,246,225); }
td.TdClassName
{
border-color: #CBF6E1;
}
.TagClassName
{
border-color: #CBF6E1;
}
</style>