Shades of White Ice #CBFEE4
Tints of White Ice #CBFEE4
RGB
CMYK
RGB Variations
Color information
#CBFEE4 (or 0xCBFEE4) is known color: White Ice. HEX triplet: CB, FE and E4. RGB value is (203,254,228). Sum of RGB (Red+Green+Blue) = 203+254+228=685 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.64% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFEE4 is #34011B. Grayscale: #EBEBEB. Windows color (decimal): -3408156 or 15007435. OLE color: 15007435.
HSL color Cylindrical-coordinate representation of color #CBFEE4: hue angle of 149.41º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFEE4 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 228 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.00 |
| HSL | 149.41º | 0.96% | 0.9% | - |
| HSV(B) | 149.41º | 0.2% | 1% | - |
| XYZ | 74.07 | 89.18 | 86.71 | - |
| YUV | 235.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 228 | 0.20 | 0 | 0.10 | 0.00 | 149.41 | 0.96 | 0.9 |
| Hex | CB | FE | E4 | 14 | 0 | A | 0 | 95 | 60 | 5A |
| Octal | 313 | 376 | 344 | 24 | 0 | 12 | 0 | 225 | 140 | 132 |
| Binary | 11001011 | 11111110 | 11100100 | 10100 | 0 | 1010 | 0 | 10010101 | 1100000 | 1011010 |
Color Harmonies of #CBFEE4
Complementary color
Monochromatic Colors of #CBFEE4
Black with #CBFEE4
Text Example
Text Example
White with #CBFEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFEE4; }
p { color: rgb(203,254,228); }
H1.HeaderClassName
{
color: #CBFEE4;
}
.AnyTagClassName
{
color: #CBFEE4;
}
</style>
background-color css
<style>
a { background-color: #CBFEE4; }
a { background-color: rgb(203,254,228); }
div.DivClassName
{
background-color: #CBFEE4;
}
.BgClassName
{
background-color: #CBFEE4;
}
</style>
border-color css
<style>
span { border-color: #CBFEE4; }
span { border-color: rgb(203,254,228); }
td.TdClassName
{
border-color: #CBFEE4;
}
.TagClassName
{
border-color: #CBFEE4;
}
</style>