Shades of Granny Apple #CDEFD2
Tints of Granny Apple #CDEFD2
RGB
CMYK
RGB Variations
Color information
#CDEFD2 (or 0xCDEFD2) is known color: Granny Apple. HEX triplet: CD, EF and D2. RGB value is (205,239,210). Sum of RGB (Red+Green+Blue) = 205+239+210=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 210 (82.42% from 255 or 32.11% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFD2 is #32102D. Grayscale: #E1E1E1. Windows color (decimal): -3280942 or 13823949. OLE color: 13823949.
HSL color Cylindrical-coordinate representation of color #CDEFD2: hue angle of 128.82º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEFD2 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
RGB | 205 | 239 | 210 | - |
CMYK | 0.14 | 0 | 0.12 | 0.06 |
HSL | 128.82º | 0.52% | 0.87% | - |
HSV(B) | 128.82º | 0.14% | 0.94% | - |
XYZ | 67.68 | 79.37 | 72.72 | - |
YUV | 225.53 | 119.24 | 113.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 239 | 210 | 0.14 | 0 | 0.12 | 0.06 | 128.82 | 0.52 | 0.87 |
Hex | CD | EF | D2 | E | 0 | C | 6 | 81 | 34 | 57 |
Octal | 315 | 357 | 322 | 16 | 0 | 14 | 6 | 201 | 64 | 127 |
Binary | 11001101 | 11101111 | 11010010 | 1110 | 0 | 1100 | 110 | 10000001 | 110100 | 1010111 |
Color Harmonies of #CDEFD2
Complementary color
Monochromatic Colors of #CDEFD2
Black with #CDEFD2
Text Example
Text Example
White with #CDEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFD2; }
p { color: rgb(205,239,210); }
H1.HeaderClassName
{
color: #CDEFD2;
}
.AnyTagClassName
{
color: #CDEFD2;
}
</style>
background-color css
<style>
a { background-color: #CDEFD2; }
a { background-color: rgb(205,239,210); }
div.DivClassName
{
background-color: #CDEFD2;
}
.BgClassName
{
background-color: #CDEFD2;
}
</style>
border-color css
<style>
span { border-color: #CDEFD2; }
span { border-color: rgb(205,239,210); }
td.TdClassName
{
border-color: #CDEFD2;
}
.TagClassName
{
border-color: #CDEFD2;
}
</style>