Shades of Granny Apple #CBDFD2
Tints of Granny Apple #CBDFD2
RGB
CMYK
RGB Variations
Color information
#CBDFD2 (or 0xCBDFD2) is known color: Granny Apple. HEX triplet: CB, DF and D2. RGB value is (203,223,210). Sum of RGB (Red+Green+Blue) = 203+223+210=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFD2 is #34202D. Grayscale: #D7D7D7. Windows color (decimal): -3416110 or 13819851. OLE color: 13819851.
HSL color Cylindrical-coordinate representation of color #CBDFD2: hue angle of 141º 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 #CBDFD2 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 210 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.13 |
| HSL | 141º | 0.24% | 0.84% | - |
| HSV(B) | 141º | 0.09% | 0.87% | - |
| XYZ | 62.65 | 70.13 | 71.21 | - |
| YUV | 215.54 | 124.87 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 210 | 0.09 | 0 | 0.06 | 0.13 | 141 | 0.24 | 0.84 |
| Hex | CB | DF | D2 | 9 | 0 | 6 | D | 8D | 18 | 54 |
| Octal | 313 | 337 | 322 | 11 | 0 | 6 | 15 | 215 | 30 | 124 |
| Binary | 11001011 | 11011111 | 11010010 | 1001 | 0 | 110 | 1101 | 10001101 | 11000 | 1010100 |
Color Harmonies of #CBDFD2
Complementary color
Monochromatic Colors of #CBDFD2
Black with #CBDFD2
Text Example
Text Example
White with #CBDFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDFD2; }
p { color: rgb(203,223,210); }
H1.HeaderClassName
{
color: #CBDFD2;
}
.AnyTagClassName
{
color: #CBDFD2;
}
</style>
background-color css
<style>
a { background-color: #CBDFD2; }
a { background-color: rgb(203,223,210); }
div.DivClassName
{
background-color: #CBDFD2;
}
.BgClassName
{
background-color: #CBDFD2;
}
</style>
border-color css
<style>
span { border-color: #CBDFD2; }
span { border-color: rgb(203,223,210); }
td.TdClassName
{
border-color: #CBDFD2;
}
.TagClassName
{
border-color: #CBDFD2;
}
</style>