Shades of Granny Apple #CBECCD
Tints of Granny Apple #CBECCD
RGB
CMYK
RGB Variations
Color information
#CBECCD (or 0xCBECCD) is known color: Granny Apple. HEX triplet: CB, EC and CD. RGB value is (203,236,205). Sum of RGB (Red+Green+Blue) = 203+236+205=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECCD is #341332. Grayscale: #DEDEDE. Windows color (decimal): -3412787 or 13495499. OLE color: 13495499.
HSL color Cylindrical-coordinate representation of color #CBECCD: hue angle of 123.64º degrees, saturation: 0.46, 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 #CBECCD is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 205 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.07 |
| HSL | 123.64º | 0.46% | 0.86% | - |
| HSV(B) | 123.64º | 0.14% | 0.93% | - |
| XYZ | 65.64 | 77.1 | 69.18 | - |
| YUV | 222.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 205 | 0.14 | 0 | 0.13 | 0.07 | 123.64 | 0.46 | 0.86 |
| Hex | CB | EC | CD | E | 0 | D | 7 | 7C | 2E | 56 |
| Octal | 313 | 354 | 315 | 16 | 0 | 15 | 7 | 174 | 56 | 126 |
| Binary | 11001011 | 11101100 | 11001101 | 1110 | 0 | 1101 | 111 | 1111100 | 101110 | 1010110 |
Color Harmonies of #CBECCD
Complementary color
Monochromatic Colors of #CBECCD
Black with #CBECCD
Text Example
Text Example
White with #CBECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBECCD; }
p { color: rgb(203,236,205); }
H1.HeaderClassName
{
color: #CBECCD;
}
.AnyTagClassName
{
color: #CBECCD;
}
</style>
background-color css
<style>
a { background-color: #CBECCD; }
a { background-color: rgb(203,236,205); }
div.DivClassName
{
background-color: #CBECCD;
}
.BgClassName
{
background-color: #CBECCD;
}
</style>
border-color css
<style>
span { border-color: #CBECCD; }
span { border-color: rgb(203,236,205); }
td.TdClassName
{
border-color: #CBECCD;
}
.TagClassName
{
border-color: #CBECCD;
}
</style>