Shades of Granny Apple #CEEDCF
Tints of Granny Apple #CEEDCF
RGB
CMYK
RGB Variations
Color information
#CEEDCF (or 0xCEEDCF) is known color: Granny Apple. HEX triplet: CE, ED and CF. RGB value is (206,237,207). Sum of RGB (Red+Green+Blue) = 206+237+207=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDCF is #311230. Grayscale: #E0E0E0. Windows color (decimal): -3215921 or 13626830. OLE color: 13626830.
HSL color Cylindrical-coordinate representation of color #CEEDCF: hue angle of 121.94º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEEDCF is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 207 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.07 |
| HSL | 121.94º | 0.46% | 0.87% | - |
| HSV(B) | 121.94º | 0.13% | 0.93% | - |
| XYZ | 67 | 78.2 | 70.59 | - |
| YUV | 224.31 | 118.23 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 207 | 0.13 | 0 | 0.13 | 0.07 | 121.94 | 0.46 | 0.87 |
| Hex | CE | ED | CF | D | 0 | D | 7 | 7A | 2E | 57 |
| Octal | 316 | 355 | 317 | 15 | 0 | 15 | 7 | 172 | 56 | 127 |
| Binary | 11001110 | 11101101 | 11001111 | 1101 | 0 | 1101 | 111 | 1111010 | 101110 | 1010111 |
Color Harmonies of #CEEDCF
Complementary color
Monochromatic Colors of #CEEDCF
Black with #CEEDCF
Text Example
Text Example
White with #CEEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDCF; }
p { color: rgb(206,237,207); }
H1.HeaderClassName
{
color: #CEEDCF;
}
.AnyTagClassName
{
color: #CEEDCF;
}
</style>
background-color css
<style>
a { background-color: #CEEDCF; }
a { background-color: rgb(206,237,207); }
div.DivClassName
{
background-color: #CEEDCF;
}
.BgClassName
{
background-color: #CEEDCF;
}
</style>
border-color css
<style>
span { border-color: #CEEDCF; }
span { border-color: rgb(206,237,207); }
td.TdClassName
{
border-color: #CEEDCF;
}
.TagClassName
{
border-color: #CEEDCF;
}
</style>