Shades of Granny Apple #CBF2D5
Tints of Granny Apple #CBF2D5
RGB
CMYK
RGB Variations
Color information
#CBF2D5 (or 0xCBF2D5) is known color: Granny Apple. HEX triplet: CB, F2 and D5. RGB value is (203,242,213). Sum of RGB (Red+Green+Blue) = 203+242+213=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 213 (83.59% from 255 or 32.37% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF2D5 is #340D2A. Grayscale: #E3E3E3. Windows color (decimal): -3411243 or 14021323. OLE color: 14021323.
HSL color Cylindrical-coordinate representation of color #CBF2D5: hue angle of 135.38º 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 #CBF2D5 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 213 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.05 |
| HSL | 135.38º | 0.6% | 0.87% | - |
| HSV(B) | 135.38º | 0.16% | 0.95% | - |
| XYZ | 68.39 | 81 | 74.98 | - |
| YUV | 227.03 | 120.08 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 213 | 0.16 | 0 | 0.12 | 0.05 | 135.38 | 0.6 | 0.87 |
| Hex | CB | F2 | D5 | 10 | 0 | C | 5 | 87 | 3C | 57 |
| Octal | 313 | 362 | 325 | 20 | 0 | 14 | 5 | 207 | 74 | 127 |
| Binary | 11001011 | 11110010 | 11010101 | 10000 | 0 | 1100 | 101 | 10000111 | 111100 | 1010111 |
Color Harmonies of #CBF2D5
Complementary color
Monochromatic Colors of #CBF2D5
Black with #CBF2D5
Text Example
Text Example
White with #CBF2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF2D5; }
p { color: rgb(203,242,213); }
H1.HeaderClassName
{
color: #CBF2D5;
}
.AnyTagClassName
{
color: #CBF2D5;
}
</style>
background-color css
<style>
a { background-color: #CBF2D5; }
a { background-color: rgb(203,242,213); }
div.DivClassName
{
background-color: #CBF2D5;
}
.BgClassName
{
background-color: #CBF2D5;
}
</style>
border-color css
<style>
span { border-color: #CBF2D5; }
span { border-color: rgb(203,242,213); }
td.TdClassName
{
border-color: #CBF2D5;
}
.TagClassName
{
border-color: #CBF2D5;
}
</style>