Shades of Granny Apple #CBF5D3
Tints of Granny Apple #CBF5D3
RGB
CMYK
RGB Variations
Color information
#CBF5D3 (or 0xCBF5D3) is known color: Granny Apple. HEX triplet: CB, F5 and D3. RGB value is (203,245,211). Sum of RGB (Red+Green+Blue) = 203+245+211=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 245 (96.09% from 255 or 37.18% from 659); Blue value is 211 (82.81% from 255 or 32.02% from 659); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF5D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF5D3 is #340A2C. Grayscale: #E4E4E4. Windows color (decimal): -3410477 or 13891019. OLE color: 13891019.
HSL color Cylindrical-coordinate representation of color #CBF5D3: hue angle of 131.43º 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 #CBF5D3 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 211 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.04 |
| HSL | 131.43º | 0.68% | 0.88% | - |
| HSV(B) | 131.43º | 0.17% | 0.96% | - |
| XYZ | 69.04 | 82.7 | 73.95 | - |
| YUV | 228.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 211 | 0.17 | 0 | 0.14 | 0.04 | 131.43 | 0.68 | 0.88 |
| Hex | CB | F5 | D3 | 11 | 0 | E | 4 | 83 | 44 | 58 |
| Octal | 313 | 365 | 323 | 21 | 0 | 16 | 4 | 203 | 104 | 130 |
| Binary | 11001011 | 11110101 | 11010011 | 10001 | 0 | 1110 | 100 | 10000011 | 1000100 | 1011000 |
Color Harmonies of #CBF5D3
Complementary color
Monochromatic Colors of #CBF5D3
Black with #CBF5D3
Text Example
Text Example
White with #CBF5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF5D3; }
p { color: rgb(203,245,211); }
H1.HeaderClassName
{
color: #CBF5D3;
}
.AnyTagClassName
{
color: #CBF5D3;
}
</style>
background-color css
<style>
a { background-color: #CBF5D3; }
a { background-color: rgb(203,245,211); }
div.DivClassName
{
background-color: #CBF5D3;
}
.BgClassName
{
background-color: #CBF5D3;
}
</style>
border-color css
<style>
span { border-color: #CBF5D3; }
span { border-color: rgb(203,245,211); }
td.TdClassName
{
border-color: #CBF5D3;
}
.TagClassName
{
border-color: #CBF5D3;
}
</style>