Shades of Granny Apple #CBE5CD
Tints of Granny Apple #CBE5CD
RGB
CMYK
RGB Variations
Color information
#CBE5CD (or 0xCBE5CD) is known color: Granny Apple. HEX triplet: CB, E5 and CD. RGB value is (203,229,205). Sum of RGB (Red+Green+Blue) = 203+229+205=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE5CD is #341A32. Grayscale: #DADADA. Windows color (decimal): -3414579 or 13493707. OLE color: 13493707.
HSL color Cylindrical-coordinate representation of color #CBE5CD: hue angle of 124.62º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBE5CD is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 205 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.10 |
| HSL | 124.62º | 0.33% | 0.85% | - |
| HSV(B) | 124.62º | 0.11% | 0.9% | - |
| XYZ | 63.67 | 73.14 | 68.52 | - |
| YUV | 218.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 205 | 0.11 | 0 | 0.10 | 0.10 | 124.62 | 0.33 | 0.85 |
| Hex | CB | E5 | CD | B | 0 | A | A | 7D | 21 | 55 |
| Octal | 313 | 345 | 315 | 13 | 0 | 12 | 12 | 175 | 41 | 125 |
| Binary | 11001011 | 11100101 | 11001101 | 1011 | 0 | 1010 | 1010 | 1111101 | 100001 | 1010101 |
Color Harmonies of #CBE5CD
Complementary color
Monochromatic Colors of #CBE5CD
Black with #CBE5CD
Text Example
Text Example
White with #CBE5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE5CD; }
p { color: rgb(203,229,205); }
H1.HeaderClassName
{
color: #CBE5CD;
}
.AnyTagClassName
{
color: #CBE5CD;
}
</style>
background-color css
<style>
a { background-color: #CBE5CD; }
a { background-color: rgb(203,229,205); }
div.DivClassName
{
background-color: #CBE5CD;
}
.BgClassName
{
background-color: #CBE5CD;
}
</style>
border-color css
<style>
span { border-color: #CBE5CD; }
span { border-color: rgb(203,229,205); }
td.TdClassName
{
border-color: #CBE5CD;
}
.TagClassName
{
border-color: #CBE5CD;
}
</style>