Shades of Granny Apple #CBECD1
Tints of Granny Apple #CBECD1
RGB
CMYK
RGB Variations
Color information
#CBECD1 (or 0xCBECD1) is known color: Granny Apple. HEX triplet: CB, EC and D1. RGB value is (203,236,209). Sum of RGB (Red+Green+Blue) = 203+236+209=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECD1 is #34132E. Grayscale: #DFDFDF. Windows color (decimal): -3412783 or 13757643. OLE color: 13757643.
HSL color Cylindrical-coordinate representation of color #CBECD1: hue angle of 130.91º 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 #CBECD1 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 209 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.07 |
| HSL | 130.91º | 0.46% | 0.86% | - |
| HSV(B) | 130.91º | 0.14% | 0.93% | - |
| XYZ | 66.13 | 77.29 | 71.75 | - |
| YUV | 223.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 209 | 0.14 | 0 | 0.11 | 0.07 | 130.91 | 0.46 | 0.86 |
| Hex | CB | EC | D1 | E | 0 | B | 7 | 83 | 2E | 56 |
| Octal | 313 | 354 | 321 | 16 | 0 | 13 | 7 | 203 | 56 | 126 |
| Binary | 11001011 | 11101100 | 11010001 | 1110 | 0 | 1011 | 111 | 10000011 | 101110 | 1010110 |
Color Harmonies of #CBECD1
Complementary color
Monochromatic Colors of #CBECD1
Black with #CBECD1
Text Example
Text Example
White with #CBECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBECD1; }
p { color: rgb(203,236,209); }
H1.HeaderClassName
{
color: #CBECD1;
}
.AnyTagClassName
{
color: #CBECD1;
}
</style>
background-color css
<style>
a { background-color: #CBECD1; }
a { background-color: rgb(203,236,209); }
div.DivClassName
{
background-color: #CBECD1;
}
.BgClassName
{
background-color: #CBECD1;
}
</style>
border-color css
<style>
span { border-color: #CBECD1; }
span { border-color: rgb(203,236,209); }
td.TdClassName
{
border-color: #CBECD1;
}
.TagClassName
{
border-color: #CBECD1;
}
</style>