Shades of Granny Apple #CEEBD2
Tints of Granny Apple #CEEBD2
RGB
CMYK
RGB Variations
Color information
#CEEBD2 (or 0xCEEBD2) is known color: Granny Apple. HEX triplet: CE, EB and D2. RGB value is (206,235,210). Sum of RGB (Red+Green+Blue) = 206+235+210=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBD2 is #31142D. Grayscale: #DFDFDF. Windows color (decimal): -3216430 or 13822926. OLE color: 13822926.
HSL color Cylindrical-coordinate representation of color #CEEBD2: hue angle of 128.28º 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 #CEEBD2 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 210 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.08 |
| HSL | 128.28º | 0.42% | 0.86% | - |
| HSV(B) | 128.28º | 0.12% | 0.92% | - |
| XYZ | 66.79 | 77.19 | 72.35 | - |
| YUV | 223.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 210 | 0.12 | 0 | 0.11 | 0.08 | 128.28 | 0.42 | 0.86 |
| Hex | CE | EB | D2 | C | 0 | B | 8 | 80 | 2A | 56 |
| Octal | 316 | 353 | 322 | 14 | 0 | 13 | 10 | 200 | 52 | 126 |
| Binary | 11001110 | 11101011 | 11010010 | 1100 | 0 | 1011 | 1000 | 10000000 | 101010 | 1010110 |
Color Harmonies of #CEEBD2
Complementary color
Monochromatic Colors of #CEEBD2
Black with #CEEBD2
Text Example
Text Example
White with #CEEBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBD2; }
p { color: rgb(206,235,210); }
H1.HeaderClassName
{
color: #CEEBD2;
}
.AnyTagClassName
{
color: #CEEBD2;
}
</style>
background-color css
<style>
a { background-color: #CEEBD2; }
a { background-color: rgb(206,235,210); }
div.DivClassName
{
background-color: #CEEBD2;
}
.BgClassName
{
background-color: #CEEBD2;
}
</style>
border-color css
<style>
span { border-color: #CEEBD2; }
span { border-color: rgb(206,235,210); }
td.TdClassName
{
border-color: #CEEBD2;
}
.TagClassName
{
border-color: #CEEBD2;
}
</style>