Shades of Granny Apple #CDEDD4
Tints of Granny Apple #CDEDD4
RGB
CMYK
RGB Variations
Color information
#CDEDD4 (or 0xCDEDD4) is known color: Granny Apple. HEX triplet: CD, ED and D4. RGB value is (205,237,212). Sum of RGB (Red+Green+Blue) = 205+237+212=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDD4 is #32122B. Grayscale: #E0E0E0. Windows color (decimal): -3281452 or 13954509. OLE color: 13954509.
HSL color Cylindrical-coordinate representation of color #CDEDD4: hue angle of 133.12º 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 #CDEDD4 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 237 | 212 | - |
CMYK | 0.14 | 0 | 0.11 | 0.07 |
HSL | 133.13º | 0.47% | 0.87% | - |
HSV(B) | 133.13º | 0.14% | 0.93% | - |
XYZ | 67.34 | 78.3 | 73.85 | - |
YUV | 224.58 | 120.9 | 114.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 237 | 212 | 0.14 | 0 | 0.11 | 0.07 | 133.13 | 0.47 | 0.87 |
Hex | CD | ED | D4 | E | 0 | B | 7 | 85 | 2F | 57 |
Octal | 315 | 355 | 324 | 16 | 0 | 13 | 7 | 205 | 57 | 127 |
Binary | 11001101 | 11101101 | 11010100 | 1110 | 0 | 1011 | 111 | 10000101 | 101111 | 1010111 |
Color Harmonies of #CDEDD4
Complementary color
Monochromatic Colors of #CDEDD4
Black with #CDEDD4
Text Example
Text Example
White with #CDEDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDD4; }
p { color: rgb(205,237,212); }
H1.HeaderClassName
{
color: #CDEDD4;
}
.AnyTagClassName
{
color: #CDEDD4;
}
</style>
background-color css
<style>
a { background-color: #CDEDD4; }
a { background-color: rgb(205,237,212); }
div.DivClassName
{
background-color: #CDEDD4;
}
.BgClassName
{
background-color: #CDEDD4;
}
</style>
border-color css
<style>
span { border-color: #CDEDD4; }
span { border-color: rgb(205,237,212); }
td.TdClassName
{
border-color: #CDEDD4;
}
.TagClassName
{
border-color: #CDEDD4;
}
</style>