Shades of Granny Apple #CBEED6
Tints of Granny Apple #CBEED6
RGB
CMYK
RGB Variations
Color information
#CBEED6 (or 0xCBEED6) is known color: Granny Apple. HEX triplet: CB, EE and D6. RGB value is (203,238,214). Sum of RGB (Red+Green+Blue) = 203+238+214=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEED6 is #341129. Grayscale: #E0E0E0. Windows color (decimal): -3412266 or 14085835. OLE color: 14085835.
HSL color Cylindrical-coordinate representation of color #CBEED6: hue angle of 138.86º 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 #CBEED6 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 214 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.07 |
| HSL | 138.86º | 0.51% | 0.86% | - |
| HSV(B) | 138.86º | 0.15% | 0.93% | - |
| XYZ | 67.34 | 78.7 | 75.26 | - |
| YUV | 224.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 214 | 0.15 | 0 | 0.10 | 0.07 | 138.86 | 0.51 | 0.86 |
| Hex | CB | EE | D6 | F | 0 | A | 7 | 8B | 33 | 56 |
| Octal | 313 | 356 | 326 | 17 | 0 | 12 | 7 | 213 | 63 | 126 |
| Binary | 11001011 | 11101110 | 11010110 | 1111 | 0 | 1010 | 111 | 10001011 | 110011 | 1010110 |
Color Harmonies of #CBEED6
Complementary color
Monochromatic Colors of #CBEED6
Black with #CBEED6
Text Example
Text Example
White with #CBEED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEED6; }
p { color: rgb(203,238,214); }
H1.HeaderClassName
{
color: #CBEED6;
}
.AnyTagClassName
{
color: #CBEED6;
}
</style>
background-color css
<style>
a { background-color: #CBEED6; }
a { background-color: rgb(203,238,214); }
div.DivClassName
{
background-color: #CBEED6;
}
.BgClassName
{
background-color: #CBEED6;
}
</style>
border-color css
<style>
span { border-color: #CBEED6; }
span { border-color: rgb(203,238,214); }
td.TdClassName
{
border-color: #CBEED6;
}
.TagClassName
{
border-color: #CBEED6;
}
</style>