Shades of Granny Apple #CBEED2
Tints of Granny Apple #CBEED2
RGB
CMYK
RGB Variations
Color information
#CBEED2 (or 0xCBEED2) is known color: Granny Apple. HEX triplet: CB, EE and D2. RGB value is (203,238,210). Sum of RGB (Red+Green+Blue) = 203+238+210=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEED2 is #34112D. Grayscale: #E0E0E0. Windows color (decimal): -3412270 or 13823691. OLE color: 13823691.
HSL color Cylindrical-coordinate representation of color #CBEED2: hue angle of 132º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEED2 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 210 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.07 |
| HSL | 132º | 0.51% | 0.86% | - |
| HSV(B) | 132º | 0.15% | 0.93% | - |
| XYZ | 66.84 | 78.5 | 72.6 | - |
| YUV | 224.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 210 | 0.15 | 0 | 0.12 | 0.07 | 132 | 0.51 | 0.86 |
| Hex | CB | EE | D2 | F | 0 | C | 7 | 84 | 33 | 56 |
| Octal | 313 | 356 | 322 | 17 | 0 | 14 | 7 | 204 | 63 | 126 |
| Binary | 11001011 | 11101110 | 11010010 | 1111 | 0 | 1100 | 111 | 10000100 | 110011 | 1010110 |
Color Harmonies of #CBEED2
Complementary color
Monochromatic Colors of #CBEED2
Black with #CBEED2
Text Example
Text Example
White with #CBEED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEED2; }
p { color: rgb(203,238,210); }
H1.HeaderClassName
{
color: #CBEED2;
}
.AnyTagClassName
{
color: #CBEED2;
}
</style>
background-color css
<style>
a { background-color: #CBEED2; }
a { background-color: rgb(203,238,210); }
div.DivClassName
{
background-color: #CBEED2;
}
.BgClassName
{
background-color: #CBEED2;
}
</style>
border-color css
<style>
span { border-color: #CBEED2; }
span { border-color: rgb(203,238,210); }
td.TdClassName
{
border-color: #CBEED2;
}
.TagClassName
{
border-color: #CBEED2;
}
</style>