Shades of Granny Apple #C7DDCF
Tints of Granny Apple #C7DDCF
RGB
CMYK
RGB Variations
Color information
#C7DDCF (or 0xC7DDCF) is known color: Granny Apple. HEX triplet: C7, DD and CF. RGB value is (199,221,207). Sum of RGB (Red+Green+Blue) = 199+221+207=627 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.74% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDCF is #382230. Grayscale: #D4D4D4. Windows color (decimal): -3678769 or 13622727. OLE color: 13622727.
HSL color Cylindrical-coordinate representation of color #C7DDCF: hue angle of 141.82º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7DDCF is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 221 | 207 | - |
CMYK | 0.10 | 0 | 0.06 | 0.13 |
HSL | 141.82º | 0.24% | 0.82% | - |
HSV(B) | 141.82º | 0.1% | 0.87% | - |
XYZ | 60.67 | 68.36 | 69.03 | - |
YUV | 212.83 | 124.71 | 118.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 221 | 207 | 0.10 | 0 | 0.06 | 0.13 | 141.82 | 0.24 | 0.82 |
Hex | C7 | DD | CF | A | 0 | 6 | D | 8E | 18 | 52 |
Octal | 307 | 335 | 317 | 12 | 0 | 6 | 15 | 216 | 30 | 122 |
Binary | 11000111 | 11011101 | 11001111 | 1010 | 0 | 110 | 1101 | 10001110 | 11000 | 1010010 |
Color Harmonies of #C7DDCF
Complementary color
Monochromatic Colors of #C7DDCF
Black with #C7DDCF
Text Example
Text Example
White with #C7DDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DDCF; }
p { color: rgb(199,221,207); }
H1.HeaderClassName
{
color: #C7DDCF;
}
.AnyTagClassName
{
color: #C7DDCF;
}
</style>
background-color css
<style>
a { background-color: #C7DDCF; }
a { background-color: rgb(199,221,207); }
div.DivClassName
{
background-color: #C7DDCF;
}
.BgClassName
{
background-color: #C7DDCF;
}
</style>
border-color css
<style>
span { border-color: #C7DDCF; }
span { border-color: rgb(199,221,207); }
td.TdClassName
{
border-color: #C7DDCF;
}
.TagClassName
{
border-color: #C7DDCF;
}
</style>