Shades of Granny Apple #CDEECE
Tints of Granny Apple #CDEECE
RGB
CMYK
RGB Variations
Color information
#CDEECE (or 0xCDEECE) is known color: Granny Apple. HEX triplet: CD, EE and CE. RGB value is (205,238,206). Sum of RGB (Red+Green+Blue) = 205+238+206=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEECE is #321131. Grayscale: #E0E0E0. Windows color (decimal): -3281202 or 13561549. OLE color: 13561549.
HSL color Cylindrical-coordinate representation of color #CDEECE: hue angle of 121.82º degrees, saturation: 0.49, 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 #CDEECE is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 238 | 206 | - |
CMYK | 0.14 | 0 | 0.13 | 0.07 |
HSL | 121.82º | 0.49% | 0.87% | - |
HSV(B) | 121.82º | 0.14% | 0.93% | - |
XYZ | 66.89 | 78.58 | 70.04 | - |
YUV | 224.49 | 117.57 | 114.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 238 | 206 | 0.14 | 0 | 0.13 | 0.07 | 121.82 | 0.49 | 0.87 |
Hex | CD | EE | CE | E | 0 | D | 7 | 7A | 31 | 57 |
Octal | 315 | 356 | 316 | 16 | 0 | 15 | 7 | 172 | 61 | 127 |
Binary | 11001101 | 11101110 | 11001110 | 1110 | 0 | 1101 | 111 | 1111010 | 110001 | 1010111 |
Color Harmonies of #CDEECE
Complementary color
Monochromatic Colors of #CDEECE
Black with #CDEECE
Text Example
Text Example
White with #CDEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEECE; }
p { color: rgb(205,238,206); }
H1.HeaderClassName
{
color: #CDEECE;
}
.AnyTagClassName
{
color: #CDEECE;
}
</style>
background-color css
<style>
a { background-color: #CDEECE; }
a { background-color: rgb(205,238,206); }
div.DivClassName
{
background-color: #CDEECE;
}
.BgClassName
{
background-color: #CDEECE;
}
</style>
border-color css
<style>
span { border-color: #CDEECE; }
span { border-color: rgb(205,238,206); }
td.TdClassName
{
border-color: #CDEECE;
}
.TagClassName
{
border-color: #CDEECE;
}
</style>