Shades of Granny Apple #CBEDCB
Tints of Granny Apple #CBEDCB
RGB
CMYK
RGB Variations
Color information
#CBEDCB (or 0xCBEDCB) is known color: Granny Apple. HEX triplet: CB, ED and CB. RGB value is (203,237,203). Sum of RGB (Red+Green+Blue) = 203+237+203=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDCB is #341234. Grayscale: #DFDFDF. Windows color (decimal): -3412533 or 13364683. OLE color: 13364683.
HSL color Cylindrical-coordinate representation of color #CBEDCB: hue angle of 120º 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 #CBEDCB is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 203 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.07 |
| HSL | 120º | 0.49% | 0.86% | - |
| HSV(B) | 120º | 0.14% | 0.93% | - |
| XYZ | 65.69 | 77.58 | 68.01 | - |
| YUV | 222.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 203 | 0.14 | 0 | 0.14 | 0.07 | 120 | 0.49 | 0.86 |
| Hex | CB | ED | CB | E | 0 | E | 7 | 78 | 31 | 56 |
| Octal | 313 | 355 | 313 | 16 | 0 | 16 | 7 | 170 | 61 | 126 |
| Binary | 11001011 | 11101101 | 11001011 | 1110 | 0 | 1110 | 111 | 1111000 | 110001 | 1010110 |
Color Harmonies of #CBEDCB
Complementary color
Monochromatic Colors of #CBEDCB
Black with #CBEDCB
Text Example
Text Example
White with #CBEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDCB; }
p { color: rgb(203,237,203); }
H1.HeaderClassName
{
color: #CBEDCB;
}
.AnyTagClassName
{
color: #CBEDCB;
}
</style>
background-color css
<style>
a { background-color: #CBEDCB; }
a { background-color: rgb(203,237,203); }
div.DivClassName
{
background-color: #CBEDCB;
}
.BgClassName
{
background-color: #CBEDCB;
}
</style>
border-color css
<style>
span { border-color: #CBEDCB; }
span { border-color: rgb(203,237,203); }
td.TdClassName
{
border-color: #CBEDCB;
}
.TagClassName
{
border-color: #CBEDCB;
}
</style>