Shades of Granny Apple #C5DECE
Tints of Granny Apple #C5DECE
RGB
CMYK
RGB Variations
Color information
#C5DECE (or 0xC5DECE) is known color: Granny Apple. HEX triplet: C5, DE and CE. RGB value is (197,222,206). Sum of RGB (Red+Green+Blue) = 197+222+206=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DECE is #3A2131. Grayscale: #D4D4D4. Windows color (decimal): -3809586 or 13557445. OLE color: 13557445.
HSL color Cylindrical-coordinate representation of color #C5DECE: hue angle of 141.6º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5DECE is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 222 | 206 | - |
CMYK | 0.11 | 0 | 0.07 | 0.13 |
HSL | 141.6º | 0.27% | 0.82% | - |
HSV(B) | 141.6º | 0.11% | 0.87% | - |
XYZ | 60.29 | 68.57 | 68.45 | - |
YUV | 212.7 | 124.22 | 116.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 222 | 206 | 0.11 | 0 | 0.07 | 0.13 | 141.6 | 0.27 | 0.82 |
Hex | C5 | DE | CE | B | 0 | 7 | D | 8E | 1B | 52 |
Octal | 305 | 336 | 316 | 13 | 0 | 7 | 15 | 216 | 33 | 122 |
Binary | 11000101 | 11011110 | 11001110 | 1011 | 0 | 111 | 1101 | 10001110 | 11011 | 1010010 |
Color Harmonies of #C5DECE
Complementary color
Monochromatic Colors of #C5DECE
Black with #C5DECE
Text Example
Text Example
White with #C5DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DECE; }
p { color: rgb(197,222,206); }
H1.HeaderClassName
{
color: #C5DECE;
}
.AnyTagClassName
{
color: #C5DECE;
}
</style>
background-color css
<style>
a { background-color: #C5DECE; }
a { background-color: rgb(197,222,206); }
div.DivClassName
{
background-color: #C5DECE;
}
.BgClassName
{
background-color: #C5DECE;
}
</style>
border-color css
<style>
span { border-color: #C5DECE; }
span { border-color: rgb(197,222,206); }
td.TdClassName
{
border-color: #C5DECE;
}
.TagClassName
{
border-color: #C5DECE;
}
</style>