Shades of White Ice #CBFADC
Tints of White Ice #CBFADC
RGB
CMYK
RGB Variations
Color information
#CBFADC (or 0xCBFADC) is known color: White Ice. HEX triplet: CB, FA and DC. RGB value is (203,250,220). Sum of RGB (Red+Green+Blue) = 203+250+220=673 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.16% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFADC is #340523. Grayscale: #E8E8E8. Windows color (decimal): -3409188 or 14482123. OLE color: 14482123.
HSL color Cylindrical-coordinate representation of color #CBFADC: hue angle of 141.7º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFADC is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 250 | 220 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.02 |
| HSL | 141.7º | 0.82% | 0.89% | - |
| HSV(B) | 141.7º | 0.19% | 0.98% | - |
| XYZ | 71.73 | 86.24 | 80.57 | - |
| YUV | 232.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 250 | 220 | 0.19 | 0 | 0.12 | 0.02 | 141.7 | 0.82 | 0.89 |
| Hex | CB | FA | DC | 13 | 0 | C | 2 | 8E | 52 | 59 |
| Octal | 313 | 372 | 334 | 23 | 0 | 14 | 2 | 216 | 122 | 131 |
| Binary | 11001011 | 11111010 | 11011100 | 10011 | 0 | 1100 | 10 | 10001110 | 1010010 | 1011001 |
Color Harmonies of #CBFADC
Complementary color
Monochromatic Colors of #CBFADC
Black with #CBFADC
Text Example
Text Example
White with #CBFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFADC; }
p { color: rgb(203,250,220); }
H1.HeaderClassName
{
color: #CBFADC;
}
.AnyTagClassName
{
color: #CBFADC;
}
</style>
background-color css
<style>
a { background-color: #CBFADC; }
a { background-color: rgb(203,250,220); }
div.DivClassName
{
background-color: #CBFADC;
}
.BgClassName
{
background-color: #CBFADC;
}
</style>
border-color css
<style>
span { border-color: #CBFADC; }
span { border-color: rgb(203,250,220); }
td.TdClassName
{
border-color: #CBFADC;
}
.TagClassName
{
border-color: #CBFADC;
}
</style>