Shades of Granny Apple #CBE2D3
Tints of Granny Apple #CBE2D3
RGB
CMYK
RGB Variations
Color information
#CBE2D3 (or 0xCBE2D3) is known color: Granny Apple. HEX triplet: CB, E2 and D3. RGB value is (203,226,211). Sum of RGB (Red+Green+Blue) = 203+226+211=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE2D3 is #341D2C. Grayscale: #D9D9D9. Windows color (decimal): -3415341 or 13886155. OLE color: 13886155.
HSL color Cylindrical-coordinate representation of color #CBE2D3: hue angle of 140.87º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBE2D3 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
RGB | 203 | 226 | 211 | - |
CMYK | 0.10 | 0 | 0.07 | 0.11 |
HSL | 140.87º | 0.28% | 0.84% | - |
HSV(B) | 140.87º | 0.1% | 0.89% | - |
XYZ | 63.58 | 71.79 | 72.13 | - |
YUV | 217.41 | 124.38 | 117.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 226 | 211 | 0.10 | 0 | 0.07 | 0.11 | 140.87 | 0.28 | 0.84 |
Hex | CB | E2 | D3 | A | 0 | 7 | B | 8D | 1C | 54 |
Octal | 313 | 342 | 323 | 12 | 0 | 7 | 13 | 215 | 34 | 124 |
Binary | 11001011 | 11100010 | 11010011 | 1010 | 0 | 111 | 1011 | 10001101 | 11100 | 1010100 |
Color Harmonies of #CBE2D3
Complementary color
Monochromatic Colors of #CBE2D3
Black with #CBE2D3
Text Example
Text Example
White with #CBE2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE2D3; }
p { color: rgb(203,226,211); }
H1.HeaderClassName
{
color: #CBE2D3;
}
.AnyTagClassName
{
color: #CBE2D3;
}
</style>
background-color css
<style>
a { background-color: #CBE2D3; }
a { background-color: rgb(203,226,211); }
div.DivClassName
{
background-color: #CBE2D3;
}
.BgClassName
{
background-color: #CBE2D3;
}
</style>
border-color css
<style>
span { border-color: #CBE2D3; }
span { border-color: rgb(203,226,211); }
td.TdClassName
{
border-color: #CBE2D3;
}
.TagClassName
{
border-color: #CBE2D3;
}
</style>