Shades of Granny Apple #CBF0CE
Tints of Granny Apple #CBF0CE
RGB
CMYK
RGB Variations
Color information
#CBF0CE (or 0xCBF0CE) is known color: Granny Apple. HEX triplet: CB, F0 and CE. RGB value is (203,240,206). Sum of RGB (Red+Green+Blue) = 203+240+206=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF0CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF0CE is #340F31. Grayscale: #E1E1E1. Windows color (decimal): -3411762 or 13562059. OLE color: 13562059.
HSL color Cylindrical-coordinate representation of color #CBF0CE: hue angle of 124.86º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBF0CE is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 206 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.06 |
| HSL | 124.86º | 0.55% | 0.87% | - |
| HSV(B) | 124.86º | 0.15% | 0.94% | - |
| XYZ | 66.93 | 79.47 | 70.2 | - |
| YUV | 225.06 | 117.24 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 206 | 0.15 | 0 | 0.14 | 0.06 | 124.86 | 0.55 | 0.87 |
| Hex | CB | F0 | CE | F | 0 | E | 6 | 7D | 37 | 57 |
| Octal | 313 | 360 | 316 | 17 | 0 | 16 | 6 | 175 | 67 | 127 |
| Binary | 11001011 | 11110000 | 11001110 | 1111 | 0 | 1110 | 110 | 1111101 | 110111 | 1010111 |
Color Harmonies of #CBF0CE
Complementary color
Monochromatic Colors of #CBF0CE
Black with #CBF0CE
Text Example
Text Example
White with #CBF0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF0CE; }
p { color: rgb(203,240,206); }
H1.HeaderClassName
{
color: #CBF0CE;
}
.AnyTagClassName
{
color: #CBF0CE;
}
</style>
background-color css
<style>
a { background-color: #CBF0CE; }
a { background-color: rgb(203,240,206); }
div.DivClassName
{
background-color: #CBF0CE;
}
.BgClassName
{
background-color: #CBF0CE;
}
</style>
border-color css
<style>
span { border-color: #CBF0CE; }
span { border-color: rgb(203,240,206); }
td.TdClassName
{
border-color: #CBF0CE;
}
.TagClassName
{
border-color: #CBF0CE;
}
</style>