Shades of Granny Apple #CBEED1
Tints of Granny Apple #CBEED1
RGB
CMYK
RGB Variations
Color information
#CBEED1 (or 0xCBEED1) is known color: Granny Apple. HEX triplet: CB, EE and D1. RGB value is (203,238,209). Sum of RGB (Red+Green+Blue) = 203+238+209=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEED1 is #34112E. Grayscale: #E0E0E0. Windows color (decimal): -3412271 or 13758155. OLE color: 13758155.
HSL color Cylindrical-coordinate representation of color #CBEED1: hue angle of 130.29º 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 #CBEED1 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 209 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.07 |
| HSL | 130.29º | 0.51% | 0.86% | - |
| HSV(B) | 130.29º | 0.15% | 0.93% | - |
| XYZ | 66.71 | 78.45 | 71.95 | - |
| YUV | 224.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 209 | 0.15 | 0 | 0.12 | 0.07 | 130.29 | 0.51 | 0.86 |
| Hex | CB | EE | D1 | F | 0 | C | 7 | 82 | 33 | 56 |
| Octal | 313 | 356 | 321 | 17 | 0 | 14 | 7 | 202 | 63 | 126 |
| Binary | 11001011 | 11101110 | 11010001 | 1111 | 0 | 1100 | 111 | 10000010 | 110011 | 1010110 |
Color Harmonies of #CBEED1
Complementary color
Monochromatic Colors of #CBEED1
Black with #CBEED1
Text Example
Text Example
White with #CBEED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEED1; }
p { color: rgb(203,238,209); }
H1.HeaderClassName
{
color: #CBEED1;
}
.AnyTagClassName
{
color: #CBEED1;
}
</style>
background-color css
<style>
a { background-color: #CBEED1; }
a { background-color: rgb(203,238,209); }
div.DivClassName
{
background-color: #CBEED1;
}
.BgClassName
{
background-color: #CBEED1;
}
</style>
border-color css
<style>
span { border-color: #CBEED1; }
span { border-color: rgb(203,238,209); }
td.TdClassName
{
border-color: #CBEED1;
}
.TagClassName
{
border-color: #CBEED1;
}
</style>