Shades of White Ice #CBFDE4
Tints of White Ice #CBFDE4
RGB
CMYK
RGB Variations
Color information
#CBFDE4 (or 0xCBFDE4) is known color: White Ice. HEX triplet: CB, FD and E4. RGB value is (203,253,228). Sum of RGB (Red+Green+Blue) = 203+253+228=684 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.68% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 228 (89.45% from 255 or 33.33% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDE4 is #34021B. Grayscale: #EBEBEB. Windows color (decimal): -3408412 or 15007179. OLE color: 15007179.
HSL color Cylindrical-coordinate representation of color #CBFDE4: hue angle of 150º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFDE4 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 228 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.01 |
| HSL | 150º | 0.93% | 0.89% | - |
| HSV(B) | 150º | 0.2% | 0.99% | - |
| XYZ | 73.76 | 88.55 | 86.6 | - |
| YUV | 235.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 228 | 0.20 | 0 | 0.10 | 0.01 | 150 | 0.93 | 0.89 |
| Hex | CB | FD | E4 | 14 | 0 | A | 1 | 96 | 5D | 59 |
| Octal | 313 | 375 | 344 | 24 | 0 | 12 | 1 | 226 | 135 | 131 |
| Binary | 11001011 | 11111101 | 11100100 | 10100 | 0 | 1010 | 1 | 10010110 | 1011101 | 1011001 |
Color Harmonies of #CBFDE4
Complementary color
Monochromatic Colors of #CBFDE4
Black with #CBFDE4
Text Example
Text Example
White with #CBFDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDE4; }
p { color: rgb(203,253,228); }
H1.HeaderClassName
{
color: #CBFDE4;
}
.AnyTagClassName
{
color: #CBFDE4;
}
</style>
background-color css
<style>
a { background-color: #CBFDE4; }
a { background-color: rgb(203,253,228); }
div.DivClassName
{
background-color: #CBFDE4;
}
.BgClassName
{
background-color: #CBFDE4;
}
</style>
border-color css
<style>
span { border-color: #CBFDE4; }
span { border-color: rgb(203,253,228); }
td.TdClassName
{
border-color: #CBFDE4;
}
.TagClassName
{
border-color: #CBFDE4;
}
</style>