Shades of Granny Apple #CFDFD3
Tints of Granny Apple #CFDFD3
RGB
CMYK
RGB Variations
Color information
#CFDFD3 (or 0xCFDFD3) is known color: Granny Apple. HEX triplet: CF, DF and D3. RGB value is (207,223,211). Sum of RGB (Red+Green+Blue) = 207+223+211=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFD3 is #30202C. Grayscale: #D8D8D8. Windows color (decimal): -3153965 or 13885391. OLE color: 13885391.
HSL color Cylindrical-coordinate representation of color #CFDFD3: hue angle of 135º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFDFD3 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 211 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.13 |
| HSL | 135º | 0.2% | 0.84% | - |
| HSV(B) | 135º | 0.07% | 0.87% | - |
| XYZ | 63.88 | 70.74 | 71.92 | - |
| YUV | 216.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 211 | 0.07 | 0 | 0.05 | 0.13 | 135 | 0.2 | 0.84 |
| Hex | CF | DF | D3 | 7 | 0 | 5 | D | 87 | 14 | 54 |
| Octal | 317 | 337 | 323 | 7 | 0 | 5 | 15 | 207 | 24 | 124 |
| Binary | 11001111 | 11011111 | 11010011 | 111 | 0 | 101 | 1101 | 10000111 | 10100 | 1010100 |
Color Harmonies of #CFDFD3
Complementary color
Monochromatic Colors of #CFDFD3
Black with #CFDFD3
Text Example
Text Example
White with #CFDFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFD3; }
p { color: rgb(207,223,211); }
H1.HeaderClassName
{
color: #CFDFD3;
}
.AnyTagClassName
{
color: #CFDFD3;
}
</style>
background-color css
<style>
a { background-color: #CFDFD3; }
a { background-color: rgb(207,223,211); }
div.DivClassName
{
background-color: #CFDFD3;
}
.BgClassName
{
background-color: #CFDFD3;
}
</style>
border-color css
<style>
span { border-color: #CFDFD3; }
span { border-color: rgb(207,223,211); }
td.TdClassName
{
border-color: #CFDFD3;
}
.TagClassName
{
border-color: #CFDFD3;
}
</style>