Shades of Granny Apple #CBF4D3
Tints of Granny Apple #CBF4D3
RGB
CMYK
RGB Variations
Color information
#CBF4D3 (or 0xCBF4D3) is known color: Granny Apple. HEX triplet: CB, F4 and D3. RGB value is (203,244,211). Sum of RGB (Red+Green+Blue) = 203+244+211=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 244 (95.70% from 255 or 37.08% from 658); Blue value is 211 (82.81% from 255 or 32.07% from 658); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF4D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF4D3 is #340B2C. Grayscale: #E4E4E4. Windows color (decimal): -3410733 or 13890763. OLE color: 13890763.
HSL color Cylindrical-coordinate representation of color #CBF4D3: hue angle of 131.71º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBF4D3 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 211 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.04 |
| HSL | 131.71º | 0.65% | 0.88% | - |
| HSV(B) | 131.71º | 0.17% | 0.96% | - |
| XYZ | 68.74 | 82.1 | 73.85 | - |
| YUV | 227.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 211 | 0.17 | 0 | 0.14 | 0.04 | 131.71 | 0.65 | 0.88 |
| Hex | CB | F4 | D3 | 11 | 0 | E | 4 | 84 | 41 | 58 |
| Octal | 313 | 364 | 323 | 21 | 0 | 16 | 4 | 204 | 101 | 130 |
| Binary | 11001011 | 11110100 | 11010011 | 10001 | 0 | 1110 | 100 | 10000100 | 1000001 | 1011000 |
Color Harmonies of #CBF4D3
Complementary color
Monochromatic Colors of #CBF4D3
Black with #CBF4D3
Text Example
Text Example
White with #CBF4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF4D3; }
p { color: rgb(203,244,211); }
H1.HeaderClassName
{
color: #CBF4D3;
}
.AnyTagClassName
{
color: #CBF4D3;
}
</style>
background-color css
<style>
a { background-color: #CBF4D3; }
a { background-color: rgb(203,244,211); }
div.DivClassName
{
background-color: #CBF4D3;
}
.BgClassName
{
background-color: #CBF4D3;
}
</style>
border-color css
<style>
span { border-color: #CBF4D3; }
span { border-color: rgb(203,244,211); }
td.TdClassName
{
border-color: #CBF4D3;
}
.TagClassName
{
border-color: #CBF4D3;
}
</style>