Shades of Granny Apple #CBEAD3
Tints of Granny Apple #CBEAD3
RGB
CMYK
RGB Variations
Color information
#CBEAD3 (or 0xCBEAD3) is known color: Granny Apple. HEX triplet: CB, EA and D3. RGB value is (203,234,211). Sum of RGB (Red+Green+Blue) = 203+234+211=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 211 (82.81% from 255 or 32.56% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEAD3 is #34152C. Grayscale: #DEDEDE. Windows color (decimal): -3413293 or 13888203. OLE color: 13888203.
HSL color Cylindrical-coordinate representation of color #CBEAD3: hue angle of 135.48º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBEAD3 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 234 | 211 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.08 |
| HSL | 135.48º | 0.42% | 0.86% | - |
| HSV(B) | 135.48º | 0.13% | 0.92% | - |
| XYZ | 65.81 | 76.25 | 72.88 | - |
| YUV | 222.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 211 | 0.13 | 0 | 0.10 | 0.08 | 135.48 | 0.42 | 0.86 |
| Hex | CB | EA | D3 | D | 0 | A | 8 | 87 | 2A | 56 |
| Octal | 313 | 352 | 323 | 15 | 0 | 12 | 10 | 207 | 52 | 126 |
| Binary | 11001011 | 11101010 | 11010011 | 1101 | 0 | 1010 | 1000 | 10000111 | 101010 | 1010110 |
Color Harmonies of #CBEAD3
Complementary color
Monochromatic Colors of #CBEAD3
Black with #CBEAD3
Text Example
Text Example
White with #CBEAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEAD3; }
p { color: rgb(203,234,211); }
H1.HeaderClassName
{
color: #CBEAD3;
}
.AnyTagClassName
{
color: #CBEAD3;
}
</style>
background-color css
<style>
a { background-color: #CBEAD3; }
a { background-color: rgb(203,234,211); }
div.DivClassName
{
background-color: #CBEAD3;
}
.BgClassName
{
background-color: #CBEAD3;
}
</style>
border-color css
<style>
span { border-color: #CBEAD3; }
span { border-color: rgb(203,234,211); }
td.TdClassName
{
border-color: #CBEAD3;
}
.TagClassName
{
border-color: #CBEAD3;
}
</style>