Shades of Granny Apple #CBDDCE
Tints of Granny Apple #CBDDCE
RGB
CMYK
RGB Variations
Color information
#CBDDCE (or 0xCBDDCE) is known color: Granny Apple. HEX triplet: CB, DD and CE. RGB value is (203,221,206). Sum of RGB (Red+Green+Blue) = 203+221+206=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDCE is #342231. Grayscale: #D5D5D5. Windows color (decimal): -3416626 or 13557195. OLE color: 13557195.
HSL color Cylindrical-coordinate representation of color #CBDDCE: hue angle of 130º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBDDCE is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 206 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.13 |
| HSL | 130º | 0.21% | 0.83% | - |
| HSV(B) | 130º | 0.08% | 0.87% | - |
| XYZ | 61.63 | 68.87 | 68.44 | - |
| YUV | 213.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 206 | 0.08 | 0 | 0.07 | 0.13 | 130 | 0.21 | 0.83 |
| Hex | CB | DD | CE | 8 | 0 | 7 | D | 82 | 15 | 53 |
| Octal | 313 | 335 | 316 | 10 | 0 | 7 | 15 | 202 | 25 | 123 |
| Binary | 11001011 | 11011101 | 11001110 | 1000 | 0 | 111 | 1101 | 10000010 | 10101 | 1010011 |
Color Harmonies of #CBDDCE
Complementary color
Monochromatic Colors of #CBDDCE
Black with #CBDDCE
Text Example
Text Example
White with #CBDDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDCE; }
p { color: rgb(203,221,206); }
H1.HeaderClassName
{
color: #CBDDCE;
}
.AnyTagClassName
{
color: #CBDDCE;
}
</style>
background-color css
<style>
a { background-color: #CBDDCE; }
a { background-color: rgb(203,221,206); }
div.DivClassName
{
background-color: #CBDDCE;
}
.BgClassName
{
background-color: #CBDDCE;
}
</style>
border-color css
<style>
span { border-color: #CBDDCE; }
span { border-color: rgb(203,221,206); }
td.TdClassName
{
border-color: #CBDDCE;
}
.TagClassName
{
border-color: #CBDDCE;
}
</style>