Shades of Granny Apple #CDEECF
Tints of Granny Apple #CDEECF
RGB
CMYK
RGB Variations
Color information
#CDEECF (or 0xCDEECF) is known color: Granny Apple. HEX triplet: CD, EE and CF. RGB value is (205,238,207). Sum of RGB (Red+Green+Blue) = 205+238+207=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEECF is #321130. Grayscale: #E0E0E0. Windows color (decimal): -3281201 or 13627085. OLE color: 13627085.
HSL color Cylindrical-coordinate representation of color #CDEECF: hue angle of 123.64º 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 #CDEECF is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 207 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.07 |
| HSL | 123.64º | 0.49% | 0.87% | - |
| HSV(B) | 123.64º | 0.14% | 0.93% | - |
| XYZ | 67.01 | 78.63 | 70.68 | - |
| YUV | 224.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 207 | 0.14 | 0 | 0.13 | 0.07 | 123.64 | 0.49 | 0.87 |
| Hex | CD | EE | CF | E | 0 | D | 7 | 7C | 31 | 57 |
| Octal | 315 | 356 | 317 | 16 | 0 | 15 | 7 | 174 | 61 | 127 |
| Binary | 11001101 | 11101110 | 11001111 | 1110 | 0 | 1101 | 111 | 1111100 | 110001 | 1010111 |
Color Harmonies of #CDEECF
Complementary color
Monochromatic Colors of #CDEECF
Black with #CDEECF
Text Example
Text Example
White with #CDEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEECF; }
p { color: rgb(205,238,207); }
H1.HeaderClassName
{
color: #CDEECF;
}
.AnyTagClassName
{
color: #CDEECF;
}
</style>
background-color css
<style>
a { background-color: #CDEECF; }
a { background-color: rgb(205,238,207); }
div.DivClassName
{
background-color: #CDEECF;
}
.BgClassName
{
background-color: #CDEECF;
}
</style>
border-color css
<style>
span { border-color: #CDEECF; }
span { border-color: rgb(205,238,207); }
td.TdClassName
{
border-color: #CDEECF;
}
.TagClassName
{
border-color: #CDEECF;
}
</style>