Shades of Granny Apple #CBF6D5
Tints of Granny Apple #CBF6D5
RGB
CMYK
RGB Variations
Color information
#CBF6D5 (or 0xCBF6D5) is known color: Granny Apple. HEX triplet: CB, F6 and D5. RGB value is (203,246,213). Sum of RGB (Red+Green+Blue) = 203+246+213=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 246 (96.48% from 255 or 37.16% from 662); Blue value is 213 (83.59% from 255 or 32.18% from 662); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF6D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF6D5 is #34092A. Grayscale: #E5E5E5. Windows color (decimal): -3410219 or 14022347. OLE color: 14022347.
HSL color Cylindrical-coordinate representation of color #CBF6D5: hue angle of 133.95º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBF6D5 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 213 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.04 |
| HSL | 133.95º | 0.7% | 0.88% | - |
| HSV(B) | 133.95º | 0.17% | 0.96% | - |
| XYZ | 69.59 | 83.41 | 75.38 | - |
| YUV | 229.38 | 118.75 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 213 | 0.17 | 0 | 0.13 | 0.04 | 133.95 | 0.7 | 0.88 |
| Hex | CB | F6 | D5 | 11 | 0 | D | 4 | 86 | 46 | 58 |
| Octal | 313 | 366 | 325 | 21 | 0 | 15 | 4 | 206 | 106 | 130 |
| Binary | 11001011 | 11110110 | 11010101 | 10001 | 0 | 1101 | 100 | 10000110 | 1000110 | 1011000 |
Color Harmonies of #CBF6D5
Complementary color
Monochromatic Colors of #CBF6D5
Black with #CBF6D5
Text Example
Text Example
White with #CBF6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF6D5; }
p { color: rgb(203,246,213); }
H1.HeaderClassName
{
color: #CBF6D5;
}
.AnyTagClassName
{
color: #CBF6D5;
}
</style>
background-color css
<style>
a { background-color: #CBF6D5; }
a { background-color: rgb(203,246,213); }
div.DivClassName
{
background-color: #CBF6D5;
}
.BgClassName
{
background-color: #CBF6D5;
}
</style>
border-color css
<style>
span { border-color: #CBF6D5; }
span { border-color: rgb(203,246,213); }
td.TdClassName
{
border-color: #CBF6D5;
}
.TagClassName
{
border-color: #CBF6D5;
}
</style>