Shades of Granny Apple #CBECD3
Tints of Granny Apple #CBECD3
RGB
CMYK
RGB Variations
Color information
#CBECD3 (or 0xCBECD3) is known color: Granny Apple. HEX triplet: CB, EC and D3. RGB value is (203,236,211). Sum of RGB (Red+Green+Blue) = 203+236+211=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECD3 is #34132C. Grayscale: #DFDFDF. Windows color (decimal): -3412781 or 13888715. OLE color: 13888715.
HSL color Cylindrical-coordinate representation of color #CBECD3: hue angle of 134.55º 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 #CBECD3 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 211 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.07 |
| HSL | 134.55º | 0.46% | 0.86% | - |
| HSV(B) | 134.55º | 0.14% | 0.93% | - |
| XYZ | 66.38 | 77.39 | 73.07 | - |
| YUV | 223.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 211 | 0.14 | 0 | 0.11 | 0.07 | 134.55 | 0.46 | 0.86 |
| Hex | CB | EC | D3 | E | 0 | B | 7 | 87 | 2E | 56 |
| Octal | 313 | 354 | 323 | 16 | 0 | 13 | 7 | 207 | 56 | 126 |
| Binary | 11001011 | 11101100 | 11010011 | 1110 | 0 | 1011 | 111 | 10000111 | 101110 | 1010110 |
Color Harmonies of #CBECD3
Complementary color
Monochromatic Colors of #CBECD3
Black with #CBECD3
Text Example
Text Example
White with #CBECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBECD3; }
p { color: rgb(203,236,211); }
H1.HeaderClassName
{
color: #CBECD3;
}
.AnyTagClassName
{
color: #CBECD3;
}
</style>
background-color css
<style>
a { background-color: #CBECD3; }
a { background-color: rgb(203,236,211); }
div.DivClassName
{
background-color: #CBECD3;
}
.BgClassName
{
background-color: #CBECD3;
}
</style>
border-color css
<style>
span { border-color: #CBECD3; }
span { border-color: rgb(203,236,211); }
td.TdClassName
{
border-color: #CBECD3;
}
.TagClassName
{
border-color: #CBECD3;
}
</style>