Shades of Granny Apple #CBEDCC
Tints of Granny Apple #CBEDCC
RGB
CMYK
RGB Variations
Color information
#CBEDCC (or 0xCBEDCC) is known color: Granny Apple. HEX triplet: CB, ED and CC. RGB value is (203,237,204). Sum of RGB (Red+Green+Blue) = 203+237+204=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDCC is #341233. Grayscale: #DFDFDF. Windows color (decimal): -3412532 or 13430219. OLE color: 13430219.
HSL color Cylindrical-coordinate representation of color #CBEDCC: hue angle of 121.76º 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 #CBEDCC is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 204 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.07 |
| HSL | 121.76º | 0.49% | 0.86% | - |
| HSV(B) | 121.76º | 0.14% | 0.93% | - |
| XYZ | 65.81 | 77.62 | 68.64 | - |
| YUV | 223.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 204 | 0.14 | 0 | 0.14 | 0.07 | 121.76 | 0.49 | 0.86 |
| Hex | CB | ED | CC | E | 0 | E | 7 | 7A | 31 | 56 |
| Octal | 313 | 355 | 314 | 16 | 0 | 16 | 7 | 172 | 61 | 126 |
| Binary | 11001011 | 11101101 | 11001100 | 1110 | 0 | 1110 | 111 | 1111010 | 110001 | 1010110 |
Color Harmonies of #CBEDCC
Complementary color
Monochromatic Colors of #CBEDCC
Black with #CBEDCC
Text Example
Text Example
White with #CBEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDCC; }
p { color: rgb(203,237,204); }
H1.HeaderClassName
{
color: #CBEDCC;
}
.AnyTagClassName
{
color: #CBEDCC;
}
</style>
background-color css
<style>
a { background-color: #CBEDCC; }
a { background-color: rgb(203,237,204); }
div.DivClassName
{
background-color: #CBEDCC;
}
.BgClassName
{
background-color: #CBEDCC;
}
</style>
border-color css
<style>
span { border-color: #CBEDCC; }
span { border-color: rgb(203,237,204); }
td.TdClassName
{
border-color: #CBEDCC;
}
.TagClassName
{
border-color: #CBEDCC;
}
</style>