Shades of White Ice #CBF8DF
Tints of White Ice #CBF8DF
RGB
CMYK
RGB Variations
Color information
#CBF8DF (or 0xCBF8DF) is known color: White Ice. HEX triplet: CB, F8 and DF. RGB value is (203,248,223). Sum of RGB (Red+Green+Blue) = 203+248+223=674 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.12% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF8DF is #340720. Grayscale: #E7E7E7. Windows color (decimal): -3409697 or 14678219. OLE color: 14678219.
HSL color Cylindrical-coordinate representation of color #CBF8DF: hue angle of 146.67º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF8DF is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 223 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.03 |
| HSL | 146.67º | 0.76% | 0.88% | - |
| HSV(B) | 146.67º | 0.18% | 0.97% | - |
| XYZ | 71.52 | 85.16 | 82.48 | - |
| YUV | 231.7 | 123.09 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 223 | 0.18 | 0 | 0.10 | 0.03 | 146.67 | 0.76 | 0.88 |
| Hex | CB | F8 | DF | 12 | 0 | A | 3 | 93 | 4C | 58 |
| Octal | 313 | 370 | 337 | 22 | 0 | 12 | 3 | 223 | 114 | 130 |
| Binary | 11001011 | 11111000 | 11011111 | 10010 | 0 | 1010 | 11 | 10010011 | 1001100 | 1011000 |
Color Harmonies of #CBF8DF
Complementary color
Monochromatic Colors of #CBF8DF
Black with #CBF8DF
Text Example
Text Example
White with #CBF8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF8DF; }
p { color: rgb(203,248,223); }
H1.HeaderClassName
{
color: #CBF8DF;
}
.AnyTagClassName
{
color: #CBF8DF;
}
</style>
background-color css
<style>
a { background-color: #CBF8DF; }
a { background-color: rgb(203,248,223); }
div.DivClassName
{
background-color: #CBF8DF;
}
.BgClassName
{
background-color: #CBF8DF;
}
</style>
border-color css
<style>
span { border-color: #CBF8DF; }
span { border-color: rgb(203,248,223); }
td.TdClassName
{
border-color: #CBF8DF;
}
.TagClassName
{
border-color: #CBF8DF;
}
</style>