Shades of Granny Apple #CFDBD1
Tints of Granny Apple #CFDBD1
RGB
CMYK
RGB Variations
Color information
#CFDBD1 (or 0xCFDBD1) is known color: Granny Apple. HEX triplet: CF, DB and D1. RGB value is (207,219,209). Sum of RGB (Red+Green+Blue) = 207+219+209=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBD1 is #30242E. Grayscale: #D6D6D6. Windows color (decimal): -3154991 or 13753295. OLE color: 13753295.
HSL color Cylindrical-coordinate representation of color #CFDBD1: hue angle of 130º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFDBD1 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 209 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.14 |
| HSL | 130º | 0.14% | 0.84% | - |
| HSV(B) | 130º | 0.05% | 0.86% | - |
| XYZ | 62.57 | 68.53 | 70.25 | - |
| YUV | 214.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 209 | 0.05 | 0 | 0.05 | 0.14 | 130 | 0.14 | 0.84 |
| Hex | CF | DB | D1 | 5 | 0 | 5 | E | 82 | E | 54 |
| Octal | 317 | 333 | 321 | 5 | 0 | 5 | 16 | 202 | 16 | 124 |
| Binary | 11001111 | 11011011 | 11010001 | 101 | 0 | 101 | 1110 | 10000010 | 1110 | 1010100 |
Color Harmonies of #CFDBD1
Complementary color
Monochromatic Colors of #CFDBD1
Black with #CFDBD1
Text Example
Text Example
White with #CFDBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBD1; }
p { color: rgb(207,219,209); }
H1.HeaderClassName
{
color: #CFDBD1;
}
.AnyTagClassName
{
color: #CFDBD1;
}
</style>
background-color css
<style>
a { background-color: #CFDBD1; }
a { background-color: rgb(207,219,209); }
div.DivClassName
{
background-color: #CFDBD1;
}
.BgClassName
{
background-color: #CFDBD1;
}
</style>
border-color css
<style>
span { border-color: #CFDBD1; }
span { border-color: rgb(207,219,209); }
td.TdClassName
{
border-color: #CFDBD1;
}
.TagClassName
{
border-color: #CFDBD1;
}
</style>