Shades of White Ice #CBFFDF
Tints of White Ice #CBFFDF
RGB
CMYK
RGB Variations
Color information
#CBFFDF (or 0xCBFFDF) is known color: White Ice. HEX triplet: CB, FF and DF. RGB value is (203,255,223). Sum of RGB (Red+Green+Blue) = 203+255+223=681 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.81% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFFDF is #340020. Grayscale: #EBEBEB. Windows color (decimal): -3407905 or 14680011. OLE color: 14680011.
HSL color Cylindrical-coordinate representation of color #CBFFDF: hue angle of 143.08º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFFDF is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 223 | - |
| CMYK | 0.20 | 0 | 0.13 | 0 |
| HSL | 143.08º | 1% | 0.9% | - |
| HSV(B) | 143.08º | 0.2% | 1% | - |
| XYZ | 73.71 | 89.54 | 83.21 | - |
| YUV | 235.8 | 120.77 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 223 | 0.20 | 0 | 0.13 | 0 | 143.08 | 1 | 0.9 |
| Hex | CB | FF | DF | 14 | 0 | D | 0 | 8F | 64 | 5A |
| Octal | 313 | 377 | 337 | 24 | 0 | 15 | 0 | 217 | 144 | 132 |
| Binary | 11001011 | 11111111 | 11011111 | 10100 | 0 | 1101 | 0 | 10001111 | 1100100 | 1011010 |
Color Harmonies of #CBFFDF
Complementary color
Monochromatic Colors of #CBFFDF
Black with #CBFFDF
Text Example
Text Example
White with #CBFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFFDF; }
p { color: rgb(203,255,223); }
H1.HeaderClassName
{
color: #CBFFDF;
}
.AnyTagClassName
{
color: #CBFFDF;
}
</style>
background-color css
<style>
a { background-color: #CBFFDF; }
a { background-color: rgb(203,255,223); }
div.DivClassName
{
background-color: #CBFFDF;
}
.BgClassName
{
background-color: #CBFFDF;
}
</style>
border-color css
<style>
span { border-color: #CBFFDF; }
span { border-color: rgb(203,255,223); }
td.TdClassName
{
border-color: #CBFFDF;
}
.TagClassName
{
border-color: #CBFFDF;
}
</style>