Shades of Granny Apple #CBF5D5
Tints of Granny Apple #CBF5D5
RGB
CMYK
RGB Variations
Color information
#CBF5D5 (or 0xCBF5D5) is known color: Granny Apple. HEX triplet: CB, F5 and D5. RGB value is (203,245,213). Sum of RGB (Red+Green+Blue) = 203+245+213=661 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.71% from 661); Green value is 245 (96.09% from 255 or 37.07% from 661); Blue value is 213 (83.59% from 255 or 32.22% from 661); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF5D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF5D5 is #340A2A. Grayscale: #E4E4E4. Windows color (decimal): -3410475 or 14022091. OLE color: 14022091.
HSL color Cylindrical-coordinate representation of color #CBF5D5: hue angle of 134.29º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBF5D5 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 213 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.04 |
| HSL | 134.29º | 0.68% | 0.88% | - |
| HSV(B) | 134.29º | 0.17% | 0.96% | - |
| XYZ | 69.29 | 82.81 | 75.28 | - |
| YUV | 228.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 213 | 0.17 | 0 | 0.13 | 0.04 | 134.29 | 0.68 | 0.88 |
| Hex | CB | F5 | D5 | 11 | 0 | D | 4 | 86 | 44 | 58 |
| Octal | 313 | 365 | 325 | 21 | 0 | 15 | 4 | 206 | 104 | 130 |
| Binary | 11001011 | 11110101 | 11010101 | 10001 | 0 | 1101 | 100 | 10000110 | 1000100 | 1011000 |
Color Harmonies of #CBF5D5
Complementary color
Monochromatic Colors of #CBF5D5
Black with #CBF5D5
Text Example
Text Example
White with #CBF5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF5D5; }
p { color: rgb(203,245,213); }
H1.HeaderClassName
{
color: #CBF5D5;
}
.AnyTagClassName
{
color: #CBF5D5;
}
</style>
background-color css
<style>
a { background-color: #CBF5D5; }
a { background-color: rgb(203,245,213); }
div.DivClassName
{
background-color: #CBF5D5;
}
.BgClassName
{
background-color: #CBF5D5;
}
</style>
border-color css
<style>
span { border-color: #CBF5D5; }
span { border-color: rgb(203,245,213); }
td.TdClassName
{
border-color: #CBF5D5;
}
.TagClassName
{
border-color: #CBF5D5;
}
</style>