Shades of Granny Apple #CBF1D3
Tints of Granny Apple #CBF1D3
RGB
CMYK
RGB Variations
Color information
#CBF1D3 (or 0xCBF1D3) is known color: Granny Apple. HEX triplet: CB, F1 and D3. RGB value is (203,241,211). Sum of RGB (Red+Green+Blue) = 203+241+211=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 211 (82.81% from 255 or 32.21% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF1D3 is #340E2C. Grayscale: #E2E2E2. Windows color (decimal): -3411501 or 13889995. OLE color: 13889995.
HSL color Cylindrical-coordinate representation of color #CBF1D3: hue angle of 132.63º 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 #CBF1D3 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 211 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.05 |
| HSL | 132.63º | 0.58% | 0.87% | - |
| HSV(B) | 132.63º | 0.16% | 0.95% | - |
| XYZ | 67.84 | 80.31 | 73.55 | - |
| YUV | 226.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 211 | 0.16 | 0 | 0.12 | 0.05 | 132.63 | 0.58 | 0.87 |
| Hex | CB | F1 | D3 | 10 | 0 | C | 5 | 85 | 3A | 57 |
| Octal | 313 | 361 | 323 | 20 | 0 | 14 | 5 | 205 | 72 | 127 |
| Binary | 11001011 | 11110001 | 11010011 | 10000 | 0 | 1100 | 101 | 10000101 | 111010 | 1010111 |
Color Harmonies of #CBF1D3
Complementary color
Monochromatic Colors of #CBF1D3
Black with #CBF1D3
Text Example
Text Example
White with #CBF1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF1D3; }
p { color: rgb(203,241,211); }
H1.HeaderClassName
{
color: #CBF1D3;
}
.AnyTagClassName
{
color: #CBF1D3;
}
</style>
background-color css
<style>
a { background-color: #CBF1D3; }
a { background-color: rgb(203,241,211); }
div.DivClassName
{
background-color: #CBF1D3;
}
.BgClassName
{
background-color: #CBF1D3;
}
</style>
border-color css
<style>
span { border-color: #CBF1D3; }
span { border-color: rgb(203,241,211); }
td.TdClassName
{
border-color: #CBF1D3;
}
.TagClassName
{
border-color: #CBF1D3;
}
</style>