Shades of Granny Apple #CBF1D2
Tints of Granny Apple #CBF1D2
RGB
CMYK
RGB Variations
Color information
#CBF1D2 (or 0xCBF1D2) is known color: Granny Apple. HEX triplet: CB, F1 and D2. RGB value is (203,241,210). Sum of RGB (Red+Green+Blue) = 203+241+210=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 210 (82.42% from 255 or 32.11% from 654); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF1D2 is #340E2D. Grayscale: #E2E2E2. Windows color (decimal): -3411502 or 13824459. OLE color: 13824459.
HSL color Cylindrical-coordinate representation of color #CBF1D2: hue angle of 131.05º degrees, saturation: 0.58, 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 #CBF1D2 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 210 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.05 |
| HSL | 131.05º | 0.58% | 0.87% | - |
| HSV(B) | 131.05º | 0.16% | 0.95% | - |
| XYZ | 67.72 | 80.26 | 72.9 | - |
| YUV | 226.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 210 | 0.16 | 0 | 0.13 | 0.05 | 131.05 | 0.58 | 0.87 |
| Hex | CB | F1 | D2 | 10 | 0 | D | 5 | 83 | 3A | 57 |
| Octal | 313 | 361 | 322 | 20 | 0 | 15 | 5 | 203 | 72 | 127 |
| Binary | 11001011 | 11110001 | 11010010 | 10000 | 0 | 1101 | 101 | 10000011 | 111010 | 1010111 |
Color Harmonies of #CBF1D2
Complementary color
Monochromatic Colors of #CBF1D2
Black with #CBF1D2
Text Example
Text Example
White with #CBF1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF1D2; }
p { color: rgb(203,241,210); }
H1.HeaderClassName
{
color: #CBF1D2;
}
.AnyTagClassName
{
color: #CBF1D2;
}
</style>
background-color css
<style>
a { background-color: #CBF1D2; }
a { background-color: rgb(203,241,210); }
div.DivClassName
{
background-color: #CBF1D2;
}
.BgClassName
{
background-color: #CBF1D2;
}
</style>
border-color css
<style>
span { border-color: #CBF1D2; }
span { border-color: rgb(203,241,210); }
td.TdClassName
{
border-color: #CBF1D2;
}
.TagClassName
{
border-color: #CBF1D2;
}
</style>