Shades of Granny Apple #CBDFD0
Tints of Granny Apple #CBDFD0
RGB
CMYK
RGB Variations
Color information
#CBDFD0 (or 0xCBDFD0) is known color: Granny Apple. HEX triplet: CB, DF and D0. RGB value is (203,223,208). Sum of RGB (Red+Green+Blue) = 203+223+208=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFD0 is #34202F. Grayscale: #D7D7D7. Windows color (decimal): -3416112 or 13688779. OLE color: 13688779.
HSL color Cylindrical-coordinate representation of color #CBDFD0: hue angle of 135º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBDFD0 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 208 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.13 |
| HSL | 135º | 0.24% | 0.84% | - |
| HSV(B) | 135º | 0.09% | 0.87% | - |
| XYZ | 62.4 | 70.03 | 69.9 | - |
| YUV | 215.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 208 | 0.09 | 0 | 0.07 | 0.13 | 135 | 0.24 | 0.84 |
| Hex | CB | DF | D0 | 9 | 0 | 7 | D | 87 | 18 | 54 |
| Octal | 313 | 337 | 320 | 11 | 0 | 7 | 15 | 207 | 30 | 124 |
| Binary | 11001011 | 11011111 | 11010000 | 1001 | 0 | 111 | 1101 | 10000111 | 11000 | 1010100 |
Color Harmonies of #CBDFD0
Complementary color
Monochromatic Colors of #CBDFD0
Black with #CBDFD0
Text Example
Text Example
White with #CBDFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDFD0; }
p { color: rgb(203,223,208); }
H1.HeaderClassName
{
color: #CBDFD0;
}
.AnyTagClassName
{
color: #CBDFD0;
}
</style>
background-color css
<style>
a { background-color: #CBDFD0; }
a { background-color: rgb(203,223,208); }
div.DivClassName
{
background-color: #CBDFD0;
}
.BgClassName
{
background-color: #CBDFD0;
}
</style>
border-color css
<style>
span { border-color: #CBDFD0; }
span { border-color: rgb(203,223,208); }
td.TdClassName
{
border-color: #CBDFD0;
}
.TagClassName
{
border-color: #CBDFD0;
}
</style>