Shades of Granny Apple #CEEFD5
Tints of Granny Apple #CEEFD5
RGB
CMYK
RGB Variations
Color information
#CEEFD5 (or 0xCEEFD5) is known color: Granny Apple. HEX triplet: CE, EF and D5. RGB value is (206,239,213). Sum of RGB (Red+Green+Blue) = 206+239+213=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 213 (83.59% from 255 or 32.37% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEFD5 is #31102A. Grayscale: #E2E2E2. Windows color (decimal): -3215403 or 14020558. OLE color: 14020558.
HSL color Cylindrical-coordinate representation of color #CEEFD5: hue angle of 132.73º degrees, saturation: 0.51, 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 #CEEFD5 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 239 | 213 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.06 |
| HSL | 132.73º | 0.51% | 0.87% | - |
| HSV(B) | 132.73º | 0.14% | 0.94% | - |
| XYZ | 68.33 | 79.66 | 74.73 | - |
| YUV | 226.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 239 | 213 | 0.14 | 0 | 0.11 | 0.06 | 132.73 | 0.51 | 0.87 |
| Hex | CE | EF | D5 | E | 0 | B | 6 | 85 | 33 | 57 |
| Octal | 316 | 357 | 325 | 16 | 0 | 13 | 6 | 205 | 63 | 127 |
| Binary | 11001110 | 11101111 | 11010101 | 1110 | 0 | 1011 | 110 | 10000101 | 110011 | 1010111 |
Color Harmonies of #CEEFD5
Complementary color
Monochromatic Colors of #CEEFD5
Black with #CEEFD5
Text Example
Text Example
White with #CEEFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEFD5; }
p { color: rgb(206,239,213); }
H1.HeaderClassName
{
color: #CEEFD5;
}
.AnyTagClassName
{
color: #CEEFD5;
}
</style>
background-color css
<style>
a { background-color: #CEEFD5; }
a { background-color: rgb(206,239,213); }
div.DivClassName
{
background-color: #CEEFD5;
}
.BgClassName
{
background-color: #CEEFD5;
}
</style>
border-color css
<style>
span { border-color: #CEEFD5; }
span { border-color: rgb(206,239,213); }
td.TdClassName
{
border-color: #CEEFD5;
}
.TagClassName
{
border-color: #CEEFD5;
}
</style>