Shades of Granny Apple #CFEFD5
Tints of Granny Apple #CFEFD5
RGB
CMYK
RGB Variations
Color information
#CFEFD5 (or 0xCFEFD5) is known color: Granny Apple. HEX triplet: CF, EF and D5. RGB value is (207,239,213). Sum of RGB (Red+Green+Blue) = 207+239+213=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 213 (83.59% from 255 or 32.32% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFD5 is #30102A. Grayscale: #E2E2E2. Windows color (decimal): -3149867 or 14020559. OLE color: 14020559.
HSL color Cylindrical-coordinate representation of color #CFEFD5: hue angle of 131.25º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEFD5 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
RGB | 207 | 239 | 213 | - |
CMYK | 0.13 | 0 | 0.11 | 0.06 |
HSL | 131.25º | 0.5% | 0.87% | - |
HSV(B) | 131.25º | 0.13% | 0.94% | - |
XYZ | 68.61 | 79.8 | 74.74 | - |
YUV | 226.47 | 120.4 | 114.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 239 | 213 | 0.13 | 0 | 0.11 | 0.06 | 131.25 | 0.5 | 0.87 |
Hex | CF | EF | D5 | D | 0 | B | 6 | 83 | 32 | 57 |
Octal | 317 | 357 | 325 | 15 | 0 | 13 | 6 | 203 | 62 | 127 |
Binary | 11001111 | 11101111 | 11010101 | 1101 | 0 | 1011 | 110 | 10000011 | 110010 | 1010111 |
Color Harmonies of #CFEFD5
Complementary color
Monochromatic Colors of #CFEFD5
Black with #CFEFD5
Text Example
Text Example
White with #CFEFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFD5; }
p { color: rgb(207,239,213); }
H1.HeaderClassName
{
color: #CFEFD5;
}
.AnyTagClassName
{
color: #CFEFD5;
}
</style>
background-color css
<style>
a { background-color: #CFEFD5; }
a { background-color: rgb(207,239,213); }
div.DivClassName
{
background-color: #CFEFD5;
}
.BgClassName
{
background-color: #CFEFD5;
}
</style>
border-color css
<style>
span { border-color: #CFEFD5; }
span { border-color: rgb(207,239,213); }
td.TdClassName
{
border-color: #CFEFD5;
}
.TagClassName
{
border-color: #CFEFD5;
}
</style>