Shades of Granny Apple #CFEED2
Tints of Granny Apple #CFEED2
RGB
CMYK
RGB Variations
Color information
#CFEED2 (or 0xCFEED2) is known color: Granny Apple. HEX triplet: CF, EE and D2. RGB value is (207,238,210). Sum of RGB (Red+Green+Blue) = 207+238+210=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 210 (82.42% from 255 or 32.06% from 655); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEED2 is #30112D. Grayscale: #E1E1E1. Windows color (decimal): -3150126 or 13823695. OLE color: 13823695.
HSL color Cylindrical-coordinate representation of color #CFEED2: hue angle of 125.81º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEED2 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 238 | 210 | - |
CMYK | 0.13 | 0 | 0.12 | 0.07 |
HSL | 125.81º | 0.48% | 0.87% | - |
HSV(B) | 125.81º | 0.13% | 0.93% | - |
XYZ | 67.94 | 79.07 | 72.65 | - |
YUV | 225.54 | 119.23 | 114.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 238 | 210 | 0.13 | 0 | 0.12 | 0.07 | 125.81 | 0.48 | 0.87 |
Hex | CF | EE | D2 | D | 0 | C | 7 | 7E | 30 | 57 |
Octal | 317 | 356 | 322 | 15 | 0 | 14 | 7 | 176 | 60 | 127 |
Binary | 11001111 | 11101110 | 11010010 | 1101 | 0 | 1100 | 111 | 1111110 | 110000 | 1010111 |
Color Harmonies of #CFEED2
Complementary color
Monochromatic Colors of #CFEED2
Black with #CFEED2
Text Example
Text Example
White with #CFEED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEED2; }
p { color: rgb(207,238,210); }
H1.HeaderClassName
{
color: #CFEED2;
}
.AnyTagClassName
{
color: #CFEED2;
}
</style>
background-color css
<style>
a { background-color: #CFEED2; }
a { background-color: rgb(207,238,210); }
div.DivClassName
{
background-color: #CFEED2;
}
.BgClassName
{
background-color: #CFEED2;
}
</style>
border-color css
<style>
span { border-color: #CFEED2; }
span { border-color: rgb(207,238,210); }
td.TdClassName
{
border-color: #CFEED2;
}
.TagClassName
{
border-color: #CFEED2;
}
</style>