Shades of Granny Apple #CBF8D4
Tints of Granny Apple #CBF8D4
RGB
CMYK
RGB Variations
Color information
#CBF8D4 (or 0xCBF8D4) is known color: Granny Apple. HEX triplet: CB, F8 and D4. RGB value is (203,248,212). Sum of RGB (Red+Green+Blue) = 203+248+212=663 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.62% from 663); Green value is 248 (97.27% from 255 or 37.41% from 663); Blue value is 212 (83.20% from 255 or 31.98% from 663); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF8D4 is #34072B. Grayscale: #E6E6E6. Windows color (decimal): -3409708 or 13957323. OLE color: 13957323.
HSL color Cylindrical-coordinate representation of color #CBF8D4: hue angle of 132º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF8D4 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 212 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.03 |
| HSL | 132º | 0.76% | 0.88% | - |
| HSV(B) | 132º | 0.18% | 0.97% | - |
| XYZ | 70.08 | 84.58 | 74.92 | - |
| YUV | 230.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 212 | 0.18 | 0 | 0.15 | 0.03 | 132 | 0.76 | 0.88 |
| Hex | CB | F8 | D4 | 12 | 0 | F | 3 | 84 | 4C | 58 |
| Octal | 313 | 370 | 324 | 22 | 0 | 17 | 3 | 204 | 114 | 130 |
| Binary | 11001011 | 11111000 | 11010100 | 10010 | 0 | 1111 | 11 | 10000100 | 1001100 | 1011000 |
Color Harmonies of #CBF8D4
Complementary color
Monochromatic Colors of #CBF8D4
Black with #CBF8D4
Text Example
Text Example
White with #CBF8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF8D4; }
p { color: rgb(203,248,212); }
H1.HeaderClassName
{
color: #CBF8D4;
}
.AnyTagClassName
{
color: #CBF8D4;
}
</style>
background-color css
<style>
a { background-color: #CBF8D4; }
a { background-color: rgb(203,248,212); }
div.DivClassName
{
background-color: #CBF8D4;
}
.BgClassName
{
background-color: #CBF8D4;
}
</style>
border-color css
<style>
span { border-color: #CBF8D4; }
span { border-color: rgb(203,248,212); }
td.TdClassName
{
border-color: #CBF8D4;
}
.TagClassName
{
border-color: #CBF8D4;
}
</style>