Shades of Granny Apple #CCDFD1
Tints of Granny Apple #CCDFD1
RGB
CMYK
RGB Variations
Color information
#CCDFD1 (or 0xCCDFD1) is known color: Granny Apple. HEX triplet: CC, DF and D1. RGB value is (204,223,209). Sum of RGB (Red+Green+Blue) = 204+223+209=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFD1 is #33202E. Grayscale: #D7D7D7. Windows color (decimal): -3350575 or 13754316. OLE color: 13754316.
HSL color Cylindrical-coordinate representation of color #CCDFD1: hue angle of 135.79º degrees, saturation: 0.23, 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 #CCDFD1 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 223 | 209 | - |
CMYK | 0.09 | 0 | 0.06 | 0.13 |
HSL | 135.79º | 0.23% | 0.84% | - |
HSV(B) | 135.79º | 0.09% | 0.87% | - |
XYZ | 62.8 | 70.22 | 70.56 | - |
YUV | 215.72 | 124.21 | 119.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 223 | 209 | 0.09 | 0 | 0.06 | 0.13 | 135.79 | 0.23 | 0.84 |
Hex | CC | DF | D1 | 9 | 0 | 6 | D | 88 | 17 | 54 |
Octal | 314 | 337 | 321 | 11 | 0 | 6 | 15 | 210 | 27 | 124 |
Binary | 11001100 | 11011111 | 11010001 | 1001 | 0 | 110 | 1101 | 10001000 | 10111 | 1010100 |
Color Harmonies of #CCDFD1
Complementary color
Monochromatic Colors of #CCDFD1
Black with #CCDFD1
Text Example
Text Example
White with #CCDFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFD1; }
p { color: rgb(204,223,209); }
H1.HeaderClassName
{
color: #CCDFD1;
}
.AnyTagClassName
{
color: #CCDFD1;
}
</style>
background-color css
<style>
a { background-color: #CCDFD1; }
a { background-color: rgb(204,223,209); }
div.DivClassName
{
background-color: #CCDFD1;
}
.BgClassName
{
background-color: #CCDFD1;
}
</style>
border-color css
<style>
span { border-color: #CCDFD1; }
span { border-color: rgb(204,223,209); }
td.TdClassName
{
border-color: #CCDFD1;
}
.TagClassName
{
border-color: #CCDFD1;
}
</style>