Shades of Granny Apple #CEEBD4
Tints of Granny Apple #CEEBD4
RGB
CMYK
RGB Variations
Color information
#CEEBD4 (or 0xCEEBD4) is known color: Granny Apple. HEX triplet: CE, EB and D4. RGB value is (206,235,212). Sum of RGB (Red+Green+Blue) = 206+235+212=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBD4 is #31142B. Grayscale: #DFDFDF. Windows color (decimal): -3216428 or 13953998. OLE color: 13953998.
HSL color Cylindrical-coordinate representation of color #CEEBD4: hue angle of 132.41º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEEBD4 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 212 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.08 |
| HSL | 132.41º | 0.42% | 0.86% | - |
| HSV(B) | 132.41º | 0.12% | 0.92% | - |
| XYZ | 67.05 | 77.29 | 73.67 | - |
| YUV | 223.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 212 | 0.12 | 0 | 0.10 | 0.08 | 132.41 | 0.42 | 0.86 |
| Hex | CE | EB | D4 | C | 0 | A | 8 | 84 | 2A | 56 |
| Octal | 316 | 353 | 324 | 14 | 0 | 12 | 10 | 204 | 52 | 126 |
| Binary | 11001110 | 11101011 | 11010100 | 1100 | 0 | 1010 | 1000 | 10000100 | 101010 | 1010110 |
Color Harmonies of #CEEBD4
Complementary color
Monochromatic Colors of #CEEBD4
Black with #CEEBD4
Text Example
Text Example
White with #CEEBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBD4; }
p { color: rgb(206,235,212); }
H1.HeaderClassName
{
color: #CEEBD4;
}
.AnyTagClassName
{
color: #CEEBD4;
}
</style>
background-color css
<style>
a { background-color: #CEEBD4; }
a { background-color: rgb(206,235,212); }
div.DivClassName
{
background-color: #CEEBD4;
}
.BgClassName
{
background-color: #CEEBD4;
}
</style>
border-color css
<style>
span { border-color: #CEEBD4; }
span { border-color: rgb(206,235,212); }
td.TdClassName
{
border-color: #CEEBD4;
}
.TagClassName
{
border-color: #CEEBD4;
}
</style>