Shades of Granny Apple #CBEDCD
Tints of Granny Apple #CBEDCD
RGB
CMYK
RGB Variations
Color information
#CBEDCD (or 0xCBEDCD) is known color: Granny Apple. HEX triplet: CB, ED and CD. RGB value is (203,237,205). Sum of RGB (Red+Green+Blue) = 203+237+205=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDCD is #341232. Grayscale: #DFDFDF. Windows color (decimal): -3412531 or 13495755. OLE color: 13495755.
HSL color Cylindrical-coordinate representation of color #CBEDCD: hue angle of 123.53º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBEDCD is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 205 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.07 |
| HSL | 123.53º | 0.49% | 0.86% | - |
| HSV(B) | 123.53º | 0.14% | 0.93% | - |
| XYZ | 65.93 | 77.67 | 69.27 | - |
| YUV | 223.19 | 117.74 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 205 | 0.14 | 0 | 0.14 | 0.07 | 123.53 | 0.49 | 0.86 |
| Hex | CB | ED | CD | E | 0 | E | 7 | 7C | 31 | 56 |
| Octal | 313 | 355 | 315 | 16 | 0 | 16 | 7 | 174 | 61 | 126 |
| Binary | 11001011 | 11101101 | 11001101 | 1110 | 0 | 1110 | 111 | 1111100 | 110001 | 1010110 |
Color Harmonies of #CBEDCD
Complementary color
Monochromatic Colors of #CBEDCD
Black with #CBEDCD
Text Example
Text Example
White with #CBEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDCD; }
p { color: rgb(203,237,205); }
H1.HeaderClassName
{
color: #CBEDCD;
}
.AnyTagClassName
{
color: #CBEDCD;
}
</style>
background-color css
<style>
a { background-color: #CBEDCD; }
a { background-color: rgb(203,237,205); }
div.DivClassName
{
background-color: #CBEDCD;
}
.BgClassName
{
background-color: #CBEDCD;
}
</style>
border-color css
<style>
span { border-color: #CBEDCD; }
span { border-color: rgb(203,237,205); }
td.TdClassName
{
border-color: #CBEDCD;
}
.TagClassName
{
border-color: #CBEDCD;
}
</style>