Shades of Granny Apple #CCEED2
Tints of Granny Apple #CCEED2
RGB
CMYK
RGB Variations
Color information
#CCEED2 (or 0xCCEED2) is known color: Granny Apple. HEX triplet: CC, EE and D2. RGB value is (204,238,210). Sum of RGB (Red+Green+Blue) = 204+238+210=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEED2 is #33112D. Grayscale: #E0E0E0. Windows color (decimal): -3346734 or 13823692. OLE color: 13823692.
HSL color Cylindrical-coordinate representation of color #CCEED2: hue angle of 130.59º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEED2 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 238 | 210 | - |
CMYK | 0.14 | 0 | 0.12 | 0.07 |
HSL | 130.59º | 0.5% | 0.87% | - |
HSV(B) | 130.59º | 0.14% | 0.93% | - |
XYZ | 67.11 | 78.64 | 72.61 | - |
YUV | 224.64 | 119.74 | 113.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 238 | 210 | 0.14 | 0 | 0.12 | 0.07 | 130.59 | 0.5 | 0.87 |
Hex | CC | EE | D2 | E | 0 | C | 7 | 83 | 32 | 57 |
Octal | 314 | 356 | 322 | 16 | 0 | 14 | 7 | 203 | 62 | 127 |
Binary | 11001100 | 11101110 | 11010010 | 1110 | 0 | 1100 | 111 | 10000011 | 110010 | 1010111 |
Color Harmonies of #CCEED2
Complementary color
Monochromatic Colors of #CCEED2
Black with #CCEED2
Text Example
Text Example
White with #CCEED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEED2; }
p { color: rgb(204,238,210); }
H1.HeaderClassName
{
color: #CCEED2;
}
.AnyTagClassName
{
color: #CCEED2;
}
</style>
background-color css
<style>
a { background-color: #CCEED2; }
a { background-color: rgb(204,238,210); }
div.DivClassName
{
background-color: #CCEED2;
}
.BgClassName
{
background-color: #CCEED2;
}
</style>
border-color css
<style>
span { border-color: #CCEED2; }
span { border-color: rgb(204,238,210); }
td.TdClassName
{
border-color: #CCEED2;
}
.TagClassName
{
border-color: #CCEED2;
}
</style>