Shades of Granny Apple #CBDFCE
Tints of Granny Apple #CBDFCE
RGB
CMYK
RGB Variations
Color information
#CBDFCE (or 0xCBDFCE) is known color: Granny Apple. HEX triplet: CB, DF and CE. RGB value is (203,223,206). Sum of RGB (Red+Green+Blue) = 203+223+206=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFCE is #342031. Grayscale: #D7D7D7. Windows color (decimal): -3416114 or 13557707. OLE color: 13557707.
HSL color Cylindrical-coordinate representation of color #CBDFCE: hue angle of 129º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBDFCE is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 206 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.13 |
| HSL | 129º | 0.24% | 0.84% | - |
| HSV(B) | 129º | 0.09% | 0.87% | - |
| XYZ | 62.16 | 69.93 | 68.61 | - |
| YUV | 215.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 206 | 0.09 | 0 | 0.08 | 0.13 | 129 | 0.24 | 0.84 |
| Hex | CB | DF | CE | 9 | 0 | 8 | D | 81 | 18 | 54 |
| Octal | 313 | 337 | 316 | 11 | 0 | 10 | 15 | 201 | 30 | 124 |
| Binary | 11001011 | 11011111 | 11001110 | 1001 | 0 | 1000 | 1101 | 10000001 | 11000 | 1010100 |
Color Harmonies of #CBDFCE
Complementary color
Monochromatic Colors of #CBDFCE
Black with #CBDFCE
Text Example
Text Example
White with #CBDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDFCE; }
p { color: rgb(203,223,206); }
H1.HeaderClassName
{
color: #CBDFCE;
}
.AnyTagClassName
{
color: #CBDFCE;
}
</style>
background-color css
<style>
a { background-color: #CBDFCE; }
a { background-color: rgb(203,223,206); }
div.DivClassName
{
background-color: #CBDFCE;
}
.BgClassName
{
background-color: #CBDFCE;
}
</style>
border-color css
<style>
span { border-color: #CBDFCE; }
span { border-color: rgb(203,223,206); }
td.TdClassName
{
border-color: #CBDFCE;
}
.TagClassName
{
border-color: #CBDFCE;
}
</style>