Shades of White Ice #CBF2DE
Tints of White Ice #CBF2DE
RGB
CMYK
RGB Variations
Color information
#CBF2DE (or 0xCBF2DE) is known color: White Ice. HEX triplet: CB, F2 and DE. RGB value is (203,242,222). Sum of RGB (Red+Green+Blue) = 203+242+222=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF2DE is #340D21. Grayscale: #E4E4E4. Windows color (decimal): -3411234 or 14611147. OLE color: 14611147.
HSL color Cylindrical-coordinate representation of color #CBF2DE: hue angle of 149.23º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBF2DE is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 222 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.05 |
| HSL | 149.23º | 0.6% | 0.87% | - |
| HSV(B) | 149.23º | 0.16% | 0.95% | - |
| XYZ | 69.57 | 81.47 | 81.17 | - |
| YUV | 228.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 222 | 0.16 | 0 | 0.08 | 0.05 | 149.23 | 0.6 | 0.87 |
| Hex | CB | F2 | DE | 10 | 0 | 8 | 5 | 95 | 3C | 57 |
| Octal | 313 | 362 | 336 | 20 | 0 | 10 | 5 | 225 | 74 | 127 |
| Binary | 11001011 | 11110010 | 11011110 | 10000 | 0 | 1000 | 101 | 10010101 | 111100 | 1010111 |
Color Harmonies of #CBF2DE
Complementary color
Monochromatic Colors of #CBF2DE
Black with #CBF2DE
Text Example
Text Example
White with #CBF2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF2DE; }
p { color: rgb(203,242,222); }
H1.HeaderClassName
{
color: #CBF2DE;
}
.AnyTagClassName
{
color: #CBF2DE;
}
</style>
background-color css
<style>
a { background-color: #CBF2DE; }
a { background-color: rgb(203,242,222); }
div.DivClassName
{
background-color: #CBF2DE;
}
.BgClassName
{
background-color: #CBF2DE;
}
</style>
border-color css
<style>
span { border-color: #CBF2DE; }
span { border-color: rgb(203,242,222); }
td.TdClassName
{
border-color: #CBF2DE;
}
.TagClassName
{
border-color: #CBF2DE;
}
</style>