Shades of Granny Apple #CBF2D3
Tints of Granny Apple #CBF2D3
RGB
CMYK
RGB Variations
Color information
#CBF2D3 (or 0xCBF2D3) is known color: Granny Apple. HEX triplet: CB, F2 and D3. RGB value is (203,242,211). Sum of RGB (Red+Green+Blue) = 203+242+211=656 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.95% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 211 (82.81% from 255 or 32.16% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF2D3 is #340D2C. Grayscale: #E2E2E2. Windows color (decimal): -3411245 or 13890251. OLE color: 13890251.
HSL color Cylindrical-coordinate representation of color #CBF2D3: hue angle of 132.31º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBF2D3 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 211 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.05 |
| HSL | 132.31º | 0.6% | 0.87% | - |
| HSV(B) | 132.31º | 0.16% | 0.95% | - |
| XYZ | 68.14 | 80.9 | 73.65 | - |
| YUV | 226.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 211 | 0.16 | 0 | 0.13 | 0.05 | 132.31 | 0.6 | 0.87 |
| Hex | CB | F2 | D3 | 10 | 0 | D | 5 | 84 | 3C | 57 |
| Octal | 313 | 362 | 323 | 20 | 0 | 15 | 5 | 204 | 74 | 127 |
| Binary | 11001011 | 11110010 | 11010011 | 10000 | 0 | 1101 | 101 | 10000100 | 111100 | 1010111 |
Color Harmonies of #CBF2D3
Complementary color
Monochromatic Colors of #CBF2D3
Black with #CBF2D3
Text Example
Text Example
White with #CBF2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF2D3; }
p { color: rgb(203,242,211); }
H1.HeaderClassName
{
color: #CBF2D3;
}
.AnyTagClassName
{
color: #CBF2D3;
}
</style>
background-color css
<style>
a { background-color: #CBF2D3; }
a { background-color: rgb(203,242,211); }
div.DivClassName
{
background-color: #CBF2D3;
}
.BgClassName
{
background-color: #CBF2D3;
}
</style>
border-color css
<style>
span { border-color: #CBF2D3; }
span { border-color: rgb(203,242,211); }
td.TdClassName
{
border-color: #CBF2D3;
}
.TagClassName
{
border-color: #CBF2D3;
}
</style>