Shades of Granny Apple #CBDECF
Tints of Granny Apple #CBDECF
RGB
CMYK
RGB Variations
Color information
#CBDECF (or 0xCBDECF) is known color: Granny Apple. HEX triplet: CB, DE and CF. RGB value is (203,222,207). Sum of RGB (Red+Green+Blue) = 203+222+207=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDECF is #342130. Grayscale: #D6D6D6. Windows color (decimal): -3416369 or 13622987. OLE color: 13622987.
HSL color Cylindrical-coordinate representation of color #CBDECF: hue angle of 132.63º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBDECF is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 222 | 207 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.13 |
| HSL | 132.63º | 0.22% | 0.83% | - |
| HSV(B) | 132.63º | 0.09% | 0.87% | - |
| XYZ | 62.01 | 69.44 | 69.17 | - |
| YUV | 214.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 207 | 0.09 | 0 | 0.07 | 0.13 | 132.63 | 0.22 | 0.83 |
| Hex | CB | DE | CF | 9 | 0 | 7 | D | 85 | 16 | 53 |
| Octal | 313 | 336 | 317 | 11 | 0 | 7 | 15 | 205 | 26 | 123 |
| Binary | 11001011 | 11011110 | 11001111 | 1001 | 0 | 111 | 1101 | 10000101 | 10110 | 1010011 |
Color Harmonies of #CBDECF
Complementary color
Monochromatic Colors of #CBDECF
Black with #CBDECF
Text Example
Text Example
White with #CBDECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDECF; }
p { color: rgb(203,222,207); }
H1.HeaderClassName
{
color: #CBDECF;
}
.AnyTagClassName
{
color: #CBDECF;
}
</style>
background-color css
<style>
a { background-color: #CBDECF; }
a { background-color: rgb(203,222,207); }
div.DivClassName
{
background-color: #CBDECF;
}
.BgClassName
{
background-color: #CBDECF;
}
</style>
border-color css
<style>
span { border-color: #CBDECF; }
span { border-color: rgb(203,222,207); }
td.TdClassName
{
border-color: #CBDECF;
}
.TagClassName
{
border-color: #CBDECF;
}
</style>