Shades of Granny Apple #CBE4D2
Tints of Granny Apple #CBE4D2
RGB
CMYK
RGB Variations
Color information
#CBE4D2 (or 0xCBE4D2) is known color: Granny Apple. HEX triplet: CB, E4 and D2. RGB value is (203,228,210). Sum of RGB (Red+Green+Blue) = 203+228+210=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4D2 is #341B2D. Grayscale: #DADADA. Windows color (decimal): -3414830 or 13821131. OLE color: 13821131.
HSL color Cylindrical-coordinate representation of color #CBE4D2: hue angle of 136.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBE4D2 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 203 | 228 | 210 | - |
CMYK | 0.11 | 0 | 0.08 | 0.11 |
HSL | 136.8º | 0.32% | 0.85% | - |
HSV(B) | 136.8º | 0.11% | 0.89% | - |
XYZ | 64 | 72.84 | 71.66 | - |
YUV | 218.47 | 123.22 | 116.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 228 | 210 | 0.11 | 0 | 0.08 | 0.11 | 136.8 | 0.32 | 0.85 |
Hex | CB | E4 | D2 | B | 0 | 8 | B | 89 | 20 | 55 |
Octal | 313 | 344 | 322 | 13 | 0 | 10 | 13 | 211 | 40 | 125 |
Binary | 11001011 | 11100100 | 11010010 | 1011 | 0 | 1000 | 1011 | 10001001 | 100000 | 1010101 |
Color Harmonies of #CBE4D2
Complementary color
Monochromatic Colors of #CBE4D2
Black with #CBE4D2
Text Example
Text Example
White with #CBE4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE4D2; }
p { color: rgb(203,228,210); }
H1.HeaderClassName
{
color: #CBE4D2;
}
.AnyTagClassName
{
color: #CBE4D2;
}
</style>
background-color css
<style>
a { background-color: #CBE4D2; }
a { background-color: rgb(203,228,210); }
div.DivClassName
{
background-color: #CBE4D2;
}
.BgClassName
{
background-color: #CBE4D2;
}
</style>
border-color css
<style>
span { border-color: #CBE4D2; }
span { border-color: rgb(203,228,210); }
td.TdClassName
{
border-color: #CBE4D2;
}
.TagClassName
{
border-color: #CBE4D2;
}
</style>