Shades of White Ice #CBF2DF
Tints of White Ice #CBF2DF
RGB
CMYK
RGB Variations
Color information
#CBF2DF (or 0xCBF2DF) is known color: White Ice. HEX triplet: CB, F2 and DF. RGB value is (203,242,223). Sum of RGB (Red+Green+Blue) = 203+242+223=668 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.39% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF2DF is #340D20. Grayscale: #E4E4E4. Windows color (decimal): -3411233 or 14676683. OLE color: 14676683.
HSL color Cylindrical-coordinate representation of color #CBF2DF: hue angle of 150.77º 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 #CBF2DF is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 223 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.05 |
| HSL | 150.77º | 0.6% | 0.87% | - |
| HSV(B) | 150.77º | 0.16% | 0.95% | - |
| XYZ | 69.7 | 81.53 | 81.88 | - |
| YUV | 228.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 223 | 0.16 | 0 | 0.08 | 0.05 | 150.77 | 0.6 | 0.87 |
| Hex | CB | F2 | DF | 10 | 0 | 8 | 5 | 97 | 3C | 57 |
| Octal | 313 | 362 | 337 | 20 | 0 | 10 | 5 | 227 | 74 | 127 |
| Binary | 11001011 | 11110010 | 11011111 | 10000 | 0 | 1000 | 101 | 10010111 | 111100 | 1010111 |
Color Harmonies of #CBF2DF
Complementary color
Monochromatic Colors of #CBF2DF
Black with #CBF2DF
Text Example
Text Example
White with #CBF2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF2DF; }
p { color: rgb(203,242,223); }
H1.HeaderClassName
{
color: #CBF2DF;
}
.AnyTagClassName
{
color: #CBF2DF;
}
</style>
background-color css
<style>
a { background-color: #CBF2DF; }
a { background-color: rgb(203,242,223); }
div.DivClassName
{
background-color: #CBF2DF;
}
.BgClassName
{
background-color: #CBF2DF;
}
</style>
border-color css
<style>
span { border-color: #CBF2DF; }
span { border-color: rgb(203,242,223); }
td.TdClassName
{
border-color: #CBF2DF;
}
.TagClassName
{
border-color: #CBF2DF;
}
</style>