Shades of Granny Apple #CBEED5
Tints of Granny Apple #CBEED5
RGB
CMYK
RGB Variations
Color information
#CBEED5 (or 0xCBEED5) is known color: Granny Apple. HEX triplet: CB, EE and D5. RGB value is (203,238,213). Sum of RGB (Red+Green+Blue) = 203+238+213=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEED5 is #34112A. Grayscale: #E0E0E0. Windows color (decimal): -3412267 or 14020299. OLE color: 14020299.
HSL color Cylindrical-coordinate representation of color #CBEED5: hue angle of 137.14º 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 #CBEED5 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 213 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.07 |
| HSL | 137.14º | 0.51% | 0.86% | - |
| HSV(B) | 137.14º | 0.15% | 0.93% | - |
| XYZ | 67.21 | 78.65 | 74.59 | - |
| YUV | 224.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 213 | 0.15 | 0 | 0.11 | 0.07 | 137.14 | 0.51 | 0.86 |
| Hex | CB | EE | D5 | F | 0 | B | 7 | 89 | 33 | 56 |
| Octal | 313 | 356 | 325 | 17 | 0 | 13 | 7 | 211 | 63 | 126 |
| Binary | 11001011 | 11101110 | 11010101 | 1111 | 0 | 1011 | 111 | 10001001 | 110011 | 1010110 |
Color Harmonies of #CBEED5
Complementary color
Monochromatic Colors of #CBEED5
Black with #CBEED5
Text Example
Text Example
White with #CBEED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEED5; }
p { color: rgb(203,238,213); }
H1.HeaderClassName
{
color: #CBEED5;
}
.AnyTagClassName
{
color: #CBEED5;
}
</style>
background-color css
<style>
a { background-color: #CBEED5; }
a { background-color: rgb(203,238,213); }
div.DivClassName
{
background-color: #CBEED5;
}
.BgClassName
{
background-color: #CBEED5;
}
</style>
border-color css
<style>
span { border-color: #CBEED5; }
span { border-color: rgb(203,238,213); }
td.TdClassName
{
border-color: #CBEED5;
}
.TagClassName
{
border-color: #CBEED5;
}
</style>