Shades of Granny Apple #CBDDD0
Tints of Granny Apple #CBDDD0
RGB
CMYK
RGB Variations
Color information
#CBDDD0 (or 0xCBDDD0) is known color: Granny Apple. HEX triplet: CB, DD and D0. RGB value is (203,221,208). Sum of RGB (Red+Green+Blue) = 203+221+208=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDD0 is #34222F. Grayscale: #D6D6D6. Windows color (decimal): -3416624 or 13688267. OLE color: 13688267.
HSL color Cylindrical-coordinate representation of color #CBDDD0: hue angle of 136.67º 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 #CBDDD0 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 208 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.13 |
| HSL | 136.67º | 0.21% | 0.83% | - |
| HSV(B) | 136.67º | 0.08% | 0.87% | - |
| XYZ | 61.87 | 68.96 | 69.72 | - |
| YUV | 214.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 208 | 0.08 | 0 | 0.06 | 0.13 | 136.67 | 0.21 | 0.83 |
| Hex | CB | DD | D0 | 8 | 0 | 6 | D | 89 | 15 | 53 |
| Octal | 313 | 335 | 320 | 10 | 0 | 6 | 15 | 211 | 25 | 123 |
| Binary | 11001011 | 11011101 | 11010000 | 1000 | 0 | 110 | 1101 | 10001001 | 10101 | 1010011 |
Color Harmonies of #CBDDD0
Complementary color
Monochromatic Colors of #CBDDD0
Black with #CBDDD0
Text Example
Text Example
White with #CBDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDD0; }
p { color: rgb(203,221,208); }
H1.HeaderClassName
{
color: #CBDDD0;
}
.AnyTagClassName
{
color: #CBDDD0;
}
</style>
background-color css
<style>
a { background-color: #CBDDD0; }
a { background-color: rgb(203,221,208); }
div.DivClassName
{
background-color: #CBDDD0;
}
.BgClassName
{
background-color: #CBDDD0;
}
</style>
border-color css
<style>
span { border-color: #CBDDD0; }
span { border-color: rgb(203,221,208); }
td.TdClassName
{
border-color: #CBDDD0;
}
.TagClassName
{
border-color: #CBDDD0;
}
</style>