Shades of Granny Apple #CBDCCF
Tints of Granny Apple #CBDCCF
RGB
CMYK
RGB Variations
Color information
#CBDCCF (or 0xCBDCCF) is known color: Granny Apple. HEX triplet: CB, DC and CF. RGB value is (203,220,207). Sum of RGB (Red+Green+Blue) = 203+220+207=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCCF is #342330. Grayscale: #D5D5D5. Windows color (decimal): -3416881 or 13622475. OLE color: 13622475.
HSL color Cylindrical-coordinate representation of color #CBDCCF: hue angle of 134.12º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBDCCF is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 207 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.14 |
| HSL | 134.12º | 0.2% | 0.83% | - |
| HSV(B) | 134.12º | 0.08% | 0.86% | - |
| XYZ | 61.48 | 68.39 | 68.99 | - |
| YUV | 213.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 207 | 0.08 | 0 | 0.06 | 0.14 | 134.12 | 0.2 | 0.83 |
| Hex | CB | DC | CF | 8 | 0 | 6 | E | 86 | 14 | 53 |
| Octal | 313 | 334 | 317 | 10 | 0 | 6 | 16 | 206 | 24 | 123 |
| Binary | 11001011 | 11011100 | 11001111 | 1000 | 0 | 110 | 1110 | 10000110 | 10100 | 1010011 |
Color Harmonies of #CBDCCF
Complementary color
Monochromatic Colors of #CBDCCF
Black with #CBDCCF
Text Example
Text Example
White with #CBDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDCCF; }
p { color: rgb(203,220,207); }
H1.HeaderClassName
{
color: #CBDCCF;
}
.AnyTagClassName
{
color: #CBDCCF;
}
</style>
background-color css
<style>
a { background-color: #CBDCCF; }
a { background-color: rgb(203,220,207); }
div.DivClassName
{
background-color: #CBDCCF;
}
.BgClassName
{
background-color: #CBDCCF;
}
</style>
border-color css
<style>
span { border-color: #CBDCCF; }
span { border-color: rgb(203,220,207); }
td.TdClassName
{
border-color: #CBDCCF;
}
.TagClassName
{
border-color: #CBDCCF;
}
</style>