Shades of Granny Apple #CBDBD0
Tints of Granny Apple #CBDBD0
RGB
CMYK
RGB Variations
Color information
#CBDBD0 (or 0xCBDBD0) is known color: Granny Apple. HEX triplet: CB, DB and D0. RGB value is (203,219,208). Sum of RGB (Red+Green+Blue) = 203+219+208=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBD0 is #34242F. Grayscale: #D4D4D4. Windows color (decimal): -3417136 or 13687755. OLE color: 13687755.
HSL color Cylindrical-coordinate representation of color #CBDBD0: hue angle of 138.75º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBDBD0 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 203 | 219 | 208 | - |
CMYK | 0.07 | 0 | 0.05 | 0.14 |
HSL | 138.75º | 0.18% | 0.83% | - |
HSV(B) | 138.75º | 0.07% | 0.86% | - |
XYZ | 61.35 | 67.91 | 69.55 | - |
YUV | 212.96 | 125.2 | 120.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 219 | 208 | 0.07 | 0 | 0.05 | 0.14 | 138.75 | 0.18 | 0.83 |
Hex | CB | DB | D0 | 7 | 0 | 5 | E | 8B | 12 | 53 |
Octal | 313 | 333 | 320 | 7 | 0 | 5 | 16 | 213 | 22 | 123 |
Binary | 11001011 | 11011011 | 11010000 | 111 | 0 | 101 | 1110 | 10001011 | 10010 | 1010011 |
Color Harmonies of #CBDBD0
Complementary color
Monochromatic Colors of #CBDBD0
Black with #CBDBD0
Text Example
Text Example
White with #CBDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDBD0; }
p { color: rgb(203,219,208); }
H1.HeaderClassName
{
color: #CBDBD0;
}
.AnyTagClassName
{
color: #CBDBD0;
}
</style>
background-color css
<style>
a { background-color: #CBDBD0; }
a { background-color: rgb(203,219,208); }
div.DivClassName
{
background-color: #CBDBD0;
}
.BgClassName
{
background-color: #CBDBD0;
}
</style>
border-color css
<style>
span { border-color: #CBDBD0; }
span { border-color: rgb(203,219,208); }
td.TdClassName
{
border-color: #CBDBD0;
}
.TagClassName
{
border-color: #CBDBD0;
}
</style>