Shades of Granny Apple #CBDDCF
Tints of Granny Apple #CBDDCF
RGB
CMYK
RGB Variations
Color information
#CBDDCF (or 0xCBDDCF) is known color: Granny Apple. HEX triplet: CB, DD and CF. RGB value is (203,221,207). Sum of RGB (Red+Green+Blue) = 203+221+207=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDCF is #342230. Grayscale: #D6D6D6. Windows color (decimal): -3416625 or 13622731. OLE color: 13622731.
HSL color Cylindrical-coordinate representation of color #CBDDCF: hue angle of 133.33º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBDDCF is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 207 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.13 |
| HSL | 133.33º | 0.21% | 0.83% | - |
| HSV(B) | 133.33º | 0.08% | 0.87% | - |
| XYZ | 61.75 | 68.91 | 69.08 | - |
| YUV | 214.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 207 | 0.08 | 0 | 0.06 | 0.13 | 133.33 | 0.21 | 0.83 |
| Hex | CB | DD | CF | 8 | 0 | 6 | D | 85 | 15 | 53 |
| Octal | 313 | 335 | 317 | 10 | 0 | 6 | 15 | 205 | 25 | 123 |
| Binary | 11001011 | 11011101 | 11001111 | 1000 | 0 | 110 | 1101 | 10000101 | 10101 | 1010011 |
Color Harmonies of #CBDDCF
Complementary color
Monochromatic Colors of #CBDDCF
Black with #CBDDCF
Text Example
Text Example
White with #CBDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDCF; }
p { color: rgb(203,221,207); }
H1.HeaderClassName
{
color: #CBDDCF;
}
.AnyTagClassName
{
color: #CBDDCF;
}
</style>
background-color css
<style>
a { background-color: #CBDDCF; }
a { background-color: rgb(203,221,207); }
div.DivClassName
{
background-color: #CBDDCF;
}
.BgClassName
{
background-color: #CBDDCF;
}
</style>
border-color css
<style>
span { border-color: #CBDDCF; }
span { border-color: rgb(203,221,207); }
td.TdClassName
{
border-color: #CBDDCF;
}
.TagClassName
{
border-color: #CBDDCF;
}
</style>