Shades of Granny Apple #CBEDD2
Tints of Granny Apple #CBEDD2
RGB
CMYK
RGB Variations
Color information
#CBEDD2 (or 0xCBEDD2) is known color: Granny Apple. HEX triplet: CB, ED and D2. RGB value is (203,237,210). Sum of RGB (Red+Green+Blue) = 203+237+210=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDD2 is #34122D. Grayscale: #DFDFDF. Windows color (decimal): -3412526 or 13823435. OLE color: 13823435.
HSL color Cylindrical-coordinate representation of color #CBEDD2: hue angle of 132.35º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBEDD2 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 210 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.07 |
| HSL | 132.35º | 0.49% | 0.86% | - |
| HSV(B) | 132.35º | 0.14% | 0.93% | - |
| XYZ | 66.55 | 77.92 | 72.51 | - |
| YUV | 223.76 | 120.24 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 210 | 0.14 | 0 | 0.11 | 0.07 | 132.35 | 0.49 | 0.86 |
| Hex | CB | ED | D2 | E | 0 | B | 7 | 84 | 31 | 56 |
| Octal | 313 | 355 | 322 | 16 | 0 | 13 | 7 | 204 | 61 | 126 |
| Binary | 11001011 | 11101101 | 11010010 | 1110 | 0 | 1011 | 111 | 10000100 | 110001 | 1010110 |
Color Harmonies of #CBEDD2
Complementary color
Monochromatic Colors of #CBEDD2
Black with #CBEDD2
Text Example
Text Example
White with #CBEDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDD2; }
p { color: rgb(203,237,210); }
H1.HeaderClassName
{
color: #CBEDD2;
}
.AnyTagClassName
{
color: #CBEDD2;
}
</style>
background-color css
<style>
a { background-color: #CBEDD2; }
a { background-color: rgb(203,237,210); }
div.DivClassName
{
background-color: #CBEDD2;
}
.BgClassName
{
background-color: #CBEDD2;
}
</style>
border-color css
<style>
span { border-color: #CBEDD2; }
span { border-color: rgb(203,237,210); }
td.TdClassName
{
border-color: #CBEDD2;
}
.TagClassName
{
border-color: #CBEDD2;
}
</style>