Shades of Granny Apple #CFE0D3
Tints of Granny Apple #CFE0D3
RGB
CMYK
RGB Variations
Color information
#CFE0D3 (or 0xCFE0D3) is known color: Granny Apple. HEX triplet: CF, E0 and D3. RGB value is (207,224,211). Sum of RGB (Red+Green+Blue) = 207+224+211=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0D3 is #301F2C. Grayscale: #D9D9D9. Windows color (decimal): -3153709 or 13885647. OLE color: 13885647.
HSL color Cylindrical-coordinate representation of color #CFE0D3: hue angle of 134.12º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFE0D3 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 211 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.12 |
| HSL | 134.12º | 0.22% | 0.85% | - |
| HSV(B) | 134.12º | 0.08% | 0.88% | - |
| XYZ | 64.15 | 71.28 | 72.01 | - |
| YUV | 217.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 211 | 0.08 | 0 | 0.06 | 0.12 | 134.12 | 0.22 | 0.85 |
| Hex | CF | E0 | D3 | 8 | 0 | 6 | C | 86 | 16 | 55 |
| Octal | 317 | 340 | 323 | 10 | 0 | 6 | 14 | 206 | 26 | 125 |
| Binary | 11001111 | 11100000 | 11010011 | 1000 | 0 | 110 | 1100 | 10000110 | 10110 | 1010101 |
Color Harmonies of #CFE0D3
Complementary color
Monochromatic Colors of #CFE0D3
Black with #CFE0D3
Text Example
Text Example
White with #CFE0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0D3; }
p { color: rgb(207,224,211); }
H1.HeaderClassName
{
color: #CFE0D3;
}
.AnyTagClassName
{
color: #CFE0D3;
}
</style>
background-color css
<style>
a { background-color: #CFE0D3; }
a { background-color: rgb(207,224,211); }
div.DivClassName
{
background-color: #CFE0D3;
}
.BgClassName
{
background-color: #CFE0D3;
}
</style>
border-color css
<style>
span { border-color: #CFE0D3; }
span { border-color: rgb(207,224,211); }
td.TdClassName
{
border-color: #CFE0D3;
}
.TagClassName
{
border-color: #CFE0D3;
}
</style>