Shades of White Ice #CBF7DF
Tints of White Ice #CBF7DF
RGB
CMYK
RGB Variations
Color information
#CBF7DF (or 0xCBF7DF) is known color: White Ice. HEX triplet: CB, F7 and DF. RGB value is (203,247,223). Sum of RGB (Red+Green+Blue) = 203+247+223=673 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.16% from 673); Green value is 247 (96.88% from 255 or 36.70% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF7DF is #340820. Grayscale: #E7E7E7. Windows color (decimal): -3409953 or 14677963. OLE color: 14677963.
HSL color Cylindrical-coordinate representation of color #CBF7DF: hue angle of 147.27º degrees, saturation: 0.73, 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 #CBF7DF is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 223 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.03 |
| HSL | 147.27º | 0.73% | 0.88% | - |
| HSV(B) | 147.27º | 0.18% | 0.97% | - |
| XYZ | 71.21 | 84.55 | 82.38 | - |
| YUV | 231.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 223 | 0.18 | 0 | 0.10 | 0.03 | 147.27 | 0.73 | 0.88 |
| Hex | CB | F7 | DF | 12 | 0 | A | 3 | 93 | 49 | 58 |
| Octal | 313 | 367 | 337 | 22 | 0 | 12 | 3 | 223 | 111 | 130 |
| Binary | 11001011 | 11110111 | 11011111 | 10010 | 0 | 1010 | 11 | 10010011 | 1001001 | 1011000 |
Color Harmonies of #CBF7DF
Complementary color
Monochromatic Colors of #CBF7DF
Black with #CBF7DF
Text Example
Text Example
White with #CBF7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF7DF; }
p { color: rgb(203,247,223); }
H1.HeaderClassName
{
color: #CBF7DF;
}
.AnyTagClassName
{
color: #CBF7DF;
}
</style>
background-color css
<style>
a { background-color: #CBF7DF; }
a { background-color: rgb(203,247,223); }
div.DivClassName
{
background-color: #CBF7DF;
}
.BgClassName
{
background-color: #CBF7DF;
}
</style>
border-color css
<style>
span { border-color: #CBF7DF; }
span { border-color: rgb(203,247,223); }
td.TdClassName
{
border-color: #CBF7DF;
}
.TagClassName
{
border-color: #CBF7DF;
}
</style>