Shades of Granny Apple #CBEACF
Tints of Granny Apple #CBEACF
RGB
CMYK
RGB Variations
Color information
#CBEACF (or 0xCBEACF) is known color: Granny Apple. HEX triplet: CB, EA and CF. RGB value is (203,234,207). Sum of RGB (Red+Green+Blue) = 203+234+207=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEACF is #341530. Grayscale: #DDDDDD. Windows color (decimal): -3413297 or 13626059. OLE color: 13626059.
HSL color Cylindrical-coordinate representation of color #CBEACF: hue angle of 127.74º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBEACF is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 234 | 207 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.08 |
| HSL | 127.74º | 0.42% | 0.86% | - |
| HSV(B) | 127.74º | 0.13% | 0.92% | - |
| XYZ | 65.31 | 76.05 | 70.27 | - |
| YUV | 221.65 | 119.73 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 207 | 0.13 | 0 | 0.12 | 0.08 | 127.74 | 0.42 | 0.86 |
| Hex | CB | EA | CF | D | 0 | C | 8 | 80 | 2A | 56 |
| Octal | 313 | 352 | 317 | 15 | 0 | 14 | 10 | 200 | 52 | 126 |
| Binary | 11001011 | 11101010 | 11001111 | 1101 | 0 | 1100 | 1000 | 10000000 | 101010 | 1010110 |
Color Harmonies of #CBEACF
Complementary color
Monochromatic Colors of #CBEACF
Black with #CBEACF
Text Example
Text Example
White with #CBEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEACF; }
p { color: rgb(203,234,207); }
H1.HeaderClassName
{
color: #CBEACF;
}
.AnyTagClassName
{
color: #CBEACF;
}
</style>
background-color css
<style>
a { background-color: #CBEACF; }
a { background-color: rgb(203,234,207); }
div.DivClassName
{
background-color: #CBEACF;
}
.BgClassName
{
background-color: #CBEACF;
}
</style>
border-color css
<style>
span { border-color: #CBEACF; }
span { border-color: rgb(203,234,207); }
td.TdClassName
{
border-color: #CBEACF;
}
.TagClassName
{
border-color: #CBEACF;
}
</style>