Shades of Granny Apple #CDEDD5
Tints of Granny Apple #CDEDD5
RGB
CMYK
RGB Variations
Color information
#CDEDD5 (or 0xCDEDD5) is known color: Granny Apple. HEX triplet: CD, ED and D5. RGB value is (205,237,213). Sum of RGB (Red+Green+Blue) = 205+237+213=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDD5 is #32122A. Grayscale: #E0E0E0. Windows color (decimal): -3281451 or 14020045. OLE color: 14020045.
HSL color Cylindrical-coordinate representation of color #CDEDD5: hue angle of 135º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEDD5 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 237 | 213 | - |
CMYK | 0.14 | 0 | 0.10 | 0.07 |
HSL | 135º | 0.47% | 0.87% | - |
HSV(B) | 135º | 0.14% | 0.93% | - |
XYZ | 67.47 | 78.35 | 74.52 | - |
YUV | 224.7 | 121.4 | 113.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 237 | 213 | 0.14 | 0 | 0.10 | 0.07 | 135 | 0.47 | 0.87 |
Hex | CD | ED | D5 | E | 0 | A | 7 | 87 | 2F | 57 |
Octal | 315 | 355 | 325 | 16 | 0 | 12 | 7 | 207 | 57 | 127 |
Binary | 11001101 | 11101101 | 11010101 | 1110 | 0 | 1010 | 111 | 10000111 | 101111 | 1010111 |
Color Harmonies of #CDEDD5
Complementary color
Monochromatic Colors of #CDEDD5
Black with #CDEDD5
Text Example
Text Example
White with #CDEDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDD5; }
p { color: rgb(205,237,213); }
H1.HeaderClassName
{
color: #CDEDD5;
}
.AnyTagClassName
{
color: #CDEDD5;
}
</style>
background-color css
<style>
a { background-color: #CDEDD5; }
a { background-color: rgb(205,237,213); }
div.DivClassName
{
background-color: #CDEDD5;
}
.BgClassName
{
background-color: #CDEDD5;
}
</style>
border-color css
<style>
span { border-color: #CDEDD5; }
span { border-color: rgb(205,237,213); }
td.TdClassName
{
border-color: #CDEDD5;
}
.TagClassName
{
border-color: #CDEDD5;
}
</style>