Shades of Granny Apple #CEE5D4
Tints of Granny Apple #CEE5D4
RGB
CMYK
RGB Variations
Color information
#CEE5D4 (or 0xCEE5D4) is known color: Granny Apple. HEX triplet: CE, E5 and D4. RGB value is (206,229,212). Sum of RGB (Red+Green+Blue) = 206+229+212=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 229 (89.84% from 255 or 35.39% from 647); Blue value is 212 (83.20% from 255 or 32.77% from 647); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE5D4 is #311A2B. Grayscale: #DCDCDC. Windows color (decimal): -3217964 or 13952462. OLE color: 13952462.
HSL color Cylindrical-coordinate representation of color #CEE5D4: hue angle of 135.65º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEE5D4 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
RGB | 206 | 229 | 212 | - |
CMYK | 0.10 | 0 | 0.07 | 0.10 |
HSL | 135.65º | 0.31% | 0.85% | - |
HSV(B) | 135.65º | 0.1% | 0.9% | - |
XYZ | 65.36 | 73.91 | 73.11 | - |
YUV | 220.19 | 123.38 | 117.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 229 | 212 | 0.10 | 0 | 0.07 | 0.10 | 135.65 | 0.31 | 0.85 |
Hex | CE | E5 | D4 | A | 0 | 7 | A | 88 | 1F | 55 |
Octal | 316 | 345 | 324 | 12 | 0 | 7 | 12 | 210 | 37 | 125 |
Binary | 11001110 | 11100101 | 11010100 | 1010 | 0 | 111 | 1010 | 10001000 | 11111 | 1010101 |
Color Harmonies of #CEE5D4
Complementary color
Monochromatic Colors of #CEE5D4
Black with #CEE5D4
Text Example
Text Example
White with #CEE5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE5D4; }
p { color: rgb(206,229,212); }
H1.HeaderClassName
{
color: #CEE5D4;
}
.AnyTagClassName
{
color: #CEE5D4;
}
</style>
background-color css
<style>
a { background-color: #CEE5D4; }
a { background-color: rgb(206,229,212); }
div.DivClassName
{
background-color: #CEE5D4;
}
.BgClassName
{
background-color: #CEE5D4;
}
</style>
border-color css
<style>
span { border-color: #CEE5D4; }
span { border-color: rgb(206,229,212); }
td.TdClassName
{
border-color: #CEE5D4;
}
.TagClassName
{
border-color: #CEE5D4;
}
</style>