Shades of Granny Apple #CBF1CC
Tints of Granny Apple #CBF1CC
RGB
CMYK
RGB Variations
Color information
#CBF1CC (or 0xCBF1CC) is known color: Granny Apple. HEX triplet: CB, F1 and CC. RGB value is (203,241,204). Sum of RGB (Red+Green+Blue) = 203+241+204=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF1CC is #340E33. Grayscale: #E1E1E1. Windows color (decimal): -3411508 or 13431243. OLE color: 13431243.
HSL color Cylindrical-coordinate representation of color #CBF1CC: hue angle of 121.58º 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 #CBF1CC is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 204 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.05 |
| HSL | 121.58º | 0.58% | 0.87% | - |
| HSV(B) | 121.58º | 0.16% | 0.95% | - |
| XYZ | 66.98 | 79.97 | 69.03 | - |
| YUV | 225.42 | 115.91 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 204 | 0.16 | 0 | 0.15 | 0.05 | 121.58 | 0.58 | 0.87 |
| Hex | CB | F1 | CC | 10 | 0 | F | 5 | 7A | 3A | 57 |
| Octal | 313 | 361 | 314 | 20 | 0 | 17 | 5 | 172 | 72 | 127 |
| Binary | 11001011 | 11110001 | 11001100 | 10000 | 0 | 1111 | 101 | 1111010 | 111010 | 1010111 |
Color Harmonies of #CBF1CC
Complementary color
Monochromatic Colors of #CBF1CC
Black with #CBF1CC
Text Example
Text Example
White with #CBF1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF1CC; }
p { color: rgb(203,241,204); }
H1.HeaderClassName
{
color: #CBF1CC;
}
.AnyTagClassName
{
color: #CBF1CC;
}
</style>
background-color css
<style>
a { background-color: #CBF1CC; }
a { background-color: rgb(203,241,204); }
div.DivClassName
{
background-color: #CBF1CC;
}
.BgClassName
{
background-color: #CBF1CC;
}
</style>
border-color css
<style>
span { border-color: #CBF1CC; }
span { border-color: rgb(203,241,204); }
td.TdClassName
{
border-color: #CBF1CC;
}
.TagClassName
{
border-color: #CBF1CC;
}
</style>