Shades of Granny Apple #CBE3D4
Tints of Granny Apple #CBE3D4
RGB
CMYK
RGB Variations
Color information
#CBE3D4 (or 0xCBE3D4) is known color: Granny Apple. HEX triplet: CB, E3 and D4. RGB value is (203,227,212). Sum of RGB (Red+Green+Blue) = 203+227+212=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE3D4 is #341C2B. Grayscale: #DADADA. Windows color (decimal): -3415084 or 13951947. OLE color: 13951947.
HSL color Cylindrical-coordinate representation of color #CBE3D4: hue angle of 142.5º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBE3D4 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 212 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.11 |
| HSL | 142.5º | 0.3% | 0.84% | - |
| HSV(B) | 142.5º | 0.11% | 0.89% | - |
| XYZ | 63.98 | 72.39 | 72.89 | - |
| YUV | 218.11 | 124.55 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 212 | 0.11 | 0 | 0.07 | 0.11 | 142.5 | 0.3 | 0.84 |
| Hex | CB | E3 | D4 | B | 0 | 7 | B | 8E | 1E | 54 |
| Octal | 313 | 343 | 324 | 13 | 0 | 7 | 13 | 216 | 36 | 124 |
| Binary | 11001011 | 11100011 | 11010100 | 1011 | 0 | 111 | 1011 | 10001110 | 11110 | 1010100 |
Color Harmonies of #CBE3D4
Complementary color
Monochromatic Colors of #CBE3D4
Black with #CBE3D4
Text Example
Text Example
White with #CBE3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE3D4; }
p { color: rgb(203,227,212); }
H1.HeaderClassName
{
color: #CBE3D4;
}
.AnyTagClassName
{
color: #CBE3D4;
}
</style>
background-color css
<style>
a { background-color: #CBE3D4; }
a { background-color: rgb(203,227,212); }
div.DivClassName
{
background-color: #CBE3D4;
}
.BgClassName
{
background-color: #CBE3D4;
}
</style>
border-color css
<style>
span { border-color: #CBE3D4; }
span { border-color: rgb(203,227,212); }
td.TdClassName
{
border-color: #CBE3D4;
}
.TagClassName
{
border-color: #CBE3D4;
}
</style>