Shades of Granny Apple #CBDECE
Tints of Granny Apple #CBDECE
RGB
CMYK
RGB Variations
Color information
#CBDECE (or 0xCBDECE) is known color: Granny Apple. HEX triplet: CB, DE and CE. RGB value is (203,222,206). Sum of RGB (Red+Green+Blue) = 203+222+206=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDECE is #342131. Grayscale: #D6D6D6. Windows color (decimal): -3416370 or 13557451. OLE color: 13557451.
HSL color Cylindrical-coordinate representation of color #CBDECE: hue angle of 129.47º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBDECE is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 222 | 206 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.13 |
| HSL | 129.47º | 0.22% | 0.83% | - |
| HSV(B) | 129.47º | 0.09% | 0.87% | - |
| XYZ | 61.89 | 69.4 | 68.53 | - |
| YUV | 214.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 206 | 0.09 | 0 | 0.07 | 0.13 | 129.47 | 0.22 | 0.83 |
| Hex | CB | DE | CE | 9 | 0 | 7 | D | 81 | 16 | 53 |
| Octal | 313 | 336 | 316 | 11 | 0 | 7 | 15 | 201 | 26 | 123 |
| Binary | 11001011 | 11011110 | 11001110 | 1001 | 0 | 111 | 1101 | 10000001 | 10110 | 1010011 |
Color Harmonies of #CBDECE
Complementary color
Monochromatic Colors of #CBDECE
Black with #CBDECE
Text Example
Text Example
White with #CBDECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDECE; }
p { color: rgb(203,222,206); }
H1.HeaderClassName
{
color: #CBDECE;
}
.AnyTagClassName
{
color: #CBDECE;
}
</style>
background-color css
<style>
a { background-color: #CBDECE; }
a { background-color: rgb(203,222,206); }
div.DivClassName
{
background-color: #CBDECE;
}
.BgClassName
{
background-color: #CBDECE;
}
</style>
border-color css
<style>
span { border-color: #CBDECE; }
span { border-color: rgb(203,222,206); }
td.TdClassName
{
border-color: #CBDECE;
}
.TagClassName
{
border-color: #CBDECE;
}
</style>