Shades of Granny Apple #CFEBD2
Tints of Granny Apple #CFEBD2
RGB
CMYK
RGB Variations
Color information
#CFEBD2 (or 0xCFEBD2) is known color: Granny Apple. HEX triplet: CF, EB and D2. RGB value is (207,235,210). Sum of RGB (Red+Green+Blue) = 207+235+210=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBD2 is #30142D. Grayscale: #DFDFDF. Windows color (decimal): -3150894 or 13822927. OLE color: 13822927.
HSL color Cylindrical-coordinate representation of color #CFEBD2: hue angle of 126.43º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFEBD2 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 210 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.08 |
| HSL | 126.43º | 0.41% | 0.87% | - |
| HSV(B) | 126.43º | 0.12% | 0.92% | - |
| XYZ | 67.07 | 77.34 | 72.36 | - |
| YUV | 223.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 210 | 0.12 | 0 | 0.11 | 0.08 | 126.43 | 0.41 | 0.87 |
| Hex | CF | EB | D2 | C | 0 | B | 8 | 7E | 29 | 57 |
| Octal | 317 | 353 | 322 | 14 | 0 | 13 | 10 | 176 | 51 | 127 |
| Binary | 11001111 | 11101011 | 11010010 | 1100 | 0 | 1011 | 1000 | 1111110 | 101001 | 1010111 |
Color Harmonies of #CFEBD2
Complementary color
Monochromatic Colors of #CFEBD2
Black with #CFEBD2
Text Example
Text Example
White with #CFEBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBD2; }
p { color: rgb(207,235,210); }
H1.HeaderClassName
{
color: #CFEBD2;
}
.AnyTagClassName
{
color: #CFEBD2;
}
</style>
background-color css
<style>
a { background-color: #CFEBD2; }
a { background-color: rgb(207,235,210); }
div.DivClassName
{
background-color: #CFEBD2;
}
.BgClassName
{
background-color: #CFEBD2;
}
</style>
border-color css
<style>
span { border-color: #CFEBD2; }
span { border-color: rgb(207,235,210); }
td.TdClassName
{
border-color: #CFEBD2;
}
.TagClassName
{
border-color: #CFEBD2;
}
</style>