Shades of Granny Apple #CFEAD5
Tints of Granny Apple #CFEAD5
RGB
CMYK
RGB Variations
Color information
#CFEAD5 (or 0xCFEAD5) is known color: Granny Apple. HEX triplet: CF, EA and D5. RGB value is (207,234,213). Sum of RGB (Red+Green+Blue) = 207+234+213=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAD5 is #30152A. Grayscale: #DFDFDF. Windows color (decimal): -3151147 or 14019279. OLE color: 14019279.
HSL color Cylindrical-coordinate representation of color #CFEAD5: hue angle of 133.33º degrees, saturation: 0.39, 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 #CFEAD5 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
RGB | 207 | 234 | 213 | - |
CMYK | 0.12 | 0 | 0.09 | 0.08 |
HSL | 133.33º | 0.39% | 0.86% | - |
HSV(B) | 133.33º | 0.12% | 0.92% | - |
XYZ | 67.17 | 76.92 | 74.26 | - |
YUV | 223.53 | 122.05 | 116.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 234 | 213 | 0.12 | 0 | 0.09 | 0.08 | 133.33 | 0.39 | 0.86 |
Hex | CF | EA | D5 | C | 0 | 9 | 8 | 85 | 27 | 56 |
Octal | 317 | 352 | 325 | 14 | 0 | 11 | 10 | 205 | 47 | 126 |
Binary | 11001111 | 11101010 | 11010101 | 1100 | 0 | 1001 | 1000 | 10000101 | 100111 | 1010110 |
Color Harmonies of #CFEAD5
Complementary color
Monochromatic Colors of #CFEAD5
Black with #CFEAD5
Text Example
Text Example
White with #CFEAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEAD5; }
p { color: rgb(207,234,213); }
H1.HeaderClassName
{
color: #CFEAD5;
}
.AnyTagClassName
{
color: #CFEAD5;
}
</style>
background-color css
<style>
a { background-color: #CFEAD5; }
a { background-color: rgb(207,234,213); }
div.DivClassName
{
background-color: #CFEAD5;
}
.BgClassName
{
background-color: #CFEAD5;
}
</style>
border-color css
<style>
span { border-color: #CFEAD5; }
span { border-color: rgb(207,234,213); }
td.TdClassName
{
border-color: #CFEAD5;
}
.TagClassName
{
border-color: #CFEAD5;
}
</style>