Shades of Granny Apple #CBECD4
Tints of Granny Apple #CBECD4
RGB
CMYK
RGB Variations
Color information
#CBECD4 (or 0xCBECD4) is known color: Granny Apple. HEX triplet: CB, EC and D4. RGB value is (203,236,212). Sum of RGB (Red+Green+Blue) = 203+236+212=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECD4 is #34132B. Grayscale: #DFDFDF. Windows color (decimal): -3412780 or 13954251. OLE color: 13954251.
HSL color Cylindrical-coordinate representation of color #CBECD4: hue angle of 136.36º 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 #CBECD4 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 212 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.07 |
| HSL | 136.36º | 0.46% | 0.86% | - |
| HSV(B) | 136.36º | 0.14% | 0.93% | - |
| XYZ | 66.51 | 77.44 | 73.73 | - |
| YUV | 223.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 212 | 0.14 | 0 | 0.10 | 0.07 | 136.36 | 0.46 | 0.86 |
| Hex | CB | EC | D4 | E | 0 | A | 7 | 88 | 2E | 56 |
| Octal | 313 | 354 | 324 | 16 | 0 | 12 | 7 | 210 | 56 | 126 |
| Binary | 11001011 | 11101100 | 11010100 | 1110 | 0 | 1010 | 111 | 10001000 | 101110 | 1010110 |
Color Harmonies of #CBECD4
Complementary color
Monochromatic Colors of #CBECD4
Black with #CBECD4
Text Example
Text Example
White with #CBECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBECD4; }
p { color: rgb(203,236,212); }
H1.HeaderClassName
{
color: #CBECD4;
}
.AnyTagClassName
{
color: #CBECD4;
}
</style>
background-color css
<style>
a { background-color: #CBECD4; }
a { background-color: rgb(203,236,212); }
div.DivClassName
{
background-color: #CBECD4;
}
.BgClassName
{
background-color: #CBECD4;
}
</style>
border-color css
<style>
span { border-color: #CBECD4; }
span { border-color: rgb(203,236,212); }
td.TdClassName
{
border-color: #CBECD4;
}
.TagClassName
{
border-color: #CBECD4;
}
</style>