Shades of Granny Apple #CBEED4
Tints of Granny Apple #CBEED4
RGB
CMYK
RGB Variations
Color information
#CBEED4 (or 0xCBEED4) is known color: Granny Apple. HEX triplet: CB, EE and D4. RGB value is (203,238,212). Sum of RGB (Red+Green+Blue) = 203+238+212=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEED4 is #34112B. Grayscale: #E0E0E0. Windows color (decimal): -3412268 or 13954763. OLE color: 13954763.
HSL color Cylindrical-coordinate representation of color #CBEED4: hue angle of 135.43º 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 #CBEED4 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 212 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.07 |
| HSL | 135.43º | 0.51% | 0.86% | - |
| HSV(B) | 135.43º | 0.15% | 0.93% | - |
| XYZ | 67.09 | 78.6 | 73.92 | - |
| YUV | 224.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 212 | 0.15 | 0 | 0.11 | 0.07 | 135.43 | 0.51 | 0.86 |
| Hex | CB | EE | D4 | F | 0 | B | 7 | 87 | 33 | 56 |
| Octal | 313 | 356 | 324 | 17 | 0 | 13 | 7 | 207 | 63 | 126 |
| Binary | 11001011 | 11101110 | 11010100 | 1111 | 0 | 1011 | 111 | 10000111 | 110011 | 1010110 |
Color Harmonies of #CBEED4
Complementary color
Monochromatic Colors of #CBEED4
Black with #CBEED4
Text Example
Text Example
White with #CBEED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEED4; }
p { color: rgb(203,238,212); }
H1.HeaderClassName
{
color: #CBEED4;
}
.AnyTagClassName
{
color: #CBEED4;
}
</style>
background-color css
<style>
a { background-color: #CBEED4; }
a { background-color: rgb(203,238,212); }
div.DivClassName
{
background-color: #CBEED4;
}
.BgClassName
{
background-color: #CBEED4;
}
</style>
border-color css
<style>
span { border-color: #CBEED4; }
span { border-color: rgb(203,238,212); }
td.TdClassName
{
border-color: #CBEED4;
}
.TagClassName
{
border-color: #CBEED4;
}
</style>