Shades of Granny Apple #CBEED3
Tints of Granny Apple #CBEED3
RGB
CMYK
RGB Variations
Color information
#CBEED3 (or 0xCBEED3) is known color: Granny Apple. HEX triplet: CB, EE and D3. RGB value is (203,238,211). Sum of RGB (Red+Green+Blue) = 203+238+211=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEED3 is #34112C. Grayscale: #E0E0E0. Windows color (decimal): -3412269 or 13889227. OLE color: 13889227.
HSL color Cylindrical-coordinate representation of color #CBEED3: hue angle of 133.71º 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 #CBEED3 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 211 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.07 |
| HSL | 133.71º | 0.51% | 0.86% | - |
| HSV(B) | 133.71º | 0.15% | 0.93% | - |
| XYZ | 66.96 | 78.55 | 73.26 | - |
| YUV | 224.46 | 120.4 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 211 | 0.15 | 0 | 0.11 | 0.07 | 133.71 | 0.51 | 0.86 |
| Hex | CB | EE | D3 | F | 0 | B | 7 | 86 | 33 | 56 |
| Octal | 313 | 356 | 323 | 17 | 0 | 13 | 7 | 206 | 63 | 126 |
| Binary | 11001011 | 11101110 | 11010011 | 1111 | 0 | 1011 | 111 | 10000110 | 110011 | 1010110 |
Color Harmonies of #CBEED3
Complementary color
Monochromatic Colors of #CBEED3
Black with #CBEED3
Text Example
Text Example
White with #CBEED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEED3; }
p { color: rgb(203,238,211); }
H1.HeaderClassName
{
color: #CBEED3;
}
.AnyTagClassName
{
color: #CBEED3;
}
</style>
background-color css
<style>
a { background-color: #CBEED3; }
a { background-color: rgb(203,238,211); }
div.DivClassName
{
background-color: #CBEED3;
}
.BgClassName
{
background-color: #CBEED3;
}
</style>
border-color css
<style>
span { border-color: #CBEED3; }
span { border-color: rgb(203,238,211); }
td.TdClassName
{
border-color: #CBEED3;
}
.TagClassName
{
border-color: #CBEED3;
}
</style>