Shades of Granny Apple #CEDFCF
Tints of Granny Apple #CEDFCF
RGB
CMYK
RGB Variations
Color information
#CEDFCF (or 0xCEDFCF) is known color: Granny Apple. HEX triplet: CE, DF and CF. RGB value is (206,223,207). Sum of RGB (Red+Green+Blue) = 206+223+207=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFCF is #312030. Grayscale: #D8D8D8. Windows color (decimal): -3219505 or 13623246. OLE color: 13623246.
HSL color Cylindrical-coordinate representation of color #CEDFCF: hue angle of 123.53º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEDFCF is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 207 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.13 |
| HSL | 123.53º | 0.21% | 0.84% | - |
| HSV(B) | 123.53º | 0.08% | 0.87% | - |
| XYZ | 63.1 | 70.4 | 69.29 | - |
| YUV | 216.09 | 122.87 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 207 | 0.08 | 0 | 0.07 | 0.13 | 123.53 | 0.21 | 0.84 |
| Hex | CE | DF | CF | 8 | 0 | 7 | D | 7C | 15 | 54 |
| Octal | 316 | 337 | 317 | 10 | 0 | 7 | 15 | 174 | 25 | 124 |
| Binary | 11001110 | 11011111 | 11001111 | 1000 | 0 | 111 | 1101 | 1111100 | 10101 | 1010100 |
Color Harmonies of #CEDFCF
Complementary color
Monochromatic Colors of #CEDFCF
Black with #CEDFCF
Text Example
Text Example
White with #CEDFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFCF; }
p { color: rgb(206,223,207); }
H1.HeaderClassName
{
color: #CEDFCF;
}
.AnyTagClassName
{
color: #CEDFCF;
}
</style>
background-color css
<style>
a { background-color: #CEDFCF; }
a { background-color: rgb(206,223,207); }
div.DivClassName
{
background-color: #CEDFCF;
}
.BgClassName
{
background-color: #CEDFCF;
}
</style>
border-color css
<style>
span { border-color: #CEDFCF; }
span { border-color: rgb(206,223,207); }
td.TdClassName
{
border-color: #CEDFCF;
}
.TagClassName
{
border-color: #CEDFCF;
}
</style>