Shades of Granny Apple #CBEDD1
Tints of Granny Apple #CBEDD1
RGB
CMYK
RGB Variations
Color information
#CBEDD1 (or 0xCBEDD1) is known color: Granny Apple. HEX triplet: CB, ED and D1. RGB value is (203,237,209). Sum of RGB (Red+Green+Blue) = 203+237+209=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDD1 is #34122E. Grayscale: #DFDFDF. Windows color (decimal): -3412527 or 13757899. OLE color: 13757899.
HSL color Cylindrical-coordinate representation of color #CBEDD1: hue angle of 130.59º 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 #CBEDD1 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 209 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.07 |
| HSL | 130.59º | 0.49% | 0.86% | - |
| HSV(B) | 130.59º | 0.14% | 0.93% | - |
| XYZ | 66.42 | 77.87 | 71.85 | - |
| YUV | 223.64 | 119.74 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 209 | 0.14 | 0 | 0.12 | 0.07 | 130.59 | 0.49 | 0.86 |
| Hex | CB | ED | D1 | E | 0 | C | 7 | 83 | 31 | 56 |
| Octal | 313 | 355 | 321 | 16 | 0 | 14 | 7 | 203 | 61 | 126 |
| Binary | 11001011 | 11101101 | 11010001 | 1110 | 0 | 1100 | 111 | 10000011 | 110001 | 1010110 |
Color Harmonies of #CBEDD1
Complementary color
Monochromatic Colors of #CBEDD1
Black with #CBEDD1
Text Example
Text Example
White with #CBEDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDD1; }
p { color: rgb(203,237,209); }
H1.HeaderClassName
{
color: #CBEDD1;
}
.AnyTagClassName
{
color: #CBEDD1;
}
</style>
background-color css
<style>
a { background-color: #CBEDD1; }
a { background-color: rgb(203,237,209); }
div.DivClassName
{
background-color: #CBEDD1;
}
.BgClassName
{
background-color: #CBEDD1;
}
</style>
border-color css
<style>
span { border-color: #CBEDD1; }
span { border-color: rgb(203,237,209); }
td.TdClassName
{
border-color: #CBEDD1;
}
.TagClassName
{
border-color: #CBEDD1;
}
</style>