Shades of Granny Apple #CEEDD4
Tints of Granny Apple #CEEDD4
RGB
CMYK
RGB Variations
Color information
#CEEDD4 (or 0xCEEDD4) is known color: Granny Apple. HEX triplet: CE, ED and D4. RGB value is (206,237,212). Sum of RGB (Red+Green+Blue) = 206+237+212=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDD4 is #31122B. Grayscale: #E0E0E0. Windows color (decimal): -3215916 or 13954510. OLE color: 13954510.
HSL color Cylindrical-coordinate representation of color #CEEDD4: hue angle of 131.61º 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 #CEEDD4 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 237 | 212 | - |
CMYK | 0.13 | 0 | 0.11 | 0.07 |
HSL | 131.61º | 0.46% | 0.87% | - |
HSV(B) | 131.61º | 0.13% | 0.93% | - |
XYZ | 67.62 | 78.44 | 73.86 | - |
YUV | 224.88 | 120.73 | 114.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 237 | 212 | 0.13 | 0 | 0.11 | 0.07 | 131.61 | 0.46 | 0.87 |
Hex | CE | ED | D4 | D | 0 | B | 7 | 84 | 2E | 57 |
Octal | 316 | 355 | 324 | 15 | 0 | 13 | 7 | 204 | 56 | 127 |
Binary | 11001110 | 11101101 | 11010100 | 1101 | 0 | 1011 | 111 | 10000100 | 101110 | 1010111 |
Color Harmonies of #CEEDD4
Complementary color
Monochromatic Colors of #CEEDD4
Black with #CEEDD4
Text Example
Text Example
White with #CEEDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDD4; }
p { color: rgb(206,237,212); }
H1.HeaderClassName
{
color: #CEEDD4;
}
.AnyTagClassName
{
color: #CEEDD4;
}
</style>
background-color css
<style>
a { background-color: #CEEDD4; }
a { background-color: rgb(206,237,212); }
div.DivClassName
{
background-color: #CEEDD4;
}
.BgClassName
{
background-color: #CEEDD4;
}
</style>
border-color css
<style>
span { border-color: #CEEDD4; }
span { border-color: rgb(206,237,212); }
td.TdClassName
{
border-color: #CEEDD4;
}
.TagClassName
{
border-color: #CEEDD4;
}
</style>