Shades of Granny Apple #CBF4D6
Tints of Granny Apple #CBF4D6
RGB
CMYK
RGB Variations
Color information
#CBF4D6 (or 0xCBF4D6) is known color: Granny Apple. HEX triplet: CB, F4 and D6. RGB value is (203,244,214). Sum of RGB (Red+Green+Blue) = 203+244+214=661 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.71% from 661); Green value is 244 (95.70% from 255 or 36.91% from 661); Blue value is 214 (83.98% from 255 or 32.38% from 661); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF4D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF4D6 is #340B29. Grayscale: #E4E4E4. Windows color (decimal): -3410730 or 14087371. OLE color: 14087371.
HSL color Cylindrical-coordinate representation of color #CBF4D6: hue angle of 136.1º 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 #CBF4D6 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 214 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.04 |
| HSL | 136.1º | 0.65% | 0.88% | - |
| HSV(B) | 136.1º | 0.17% | 0.96% | - |
| XYZ | 69.12 | 82.25 | 75.85 | - |
| YUV | 228.32 | 119.92 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 214 | 0.17 | 0 | 0.12 | 0.04 | 136.1 | 0.65 | 0.88 |
| Hex | CB | F4 | D6 | 11 | 0 | C | 4 | 88 | 41 | 58 |
| Octal | 313 | 364 | 326 | 21 | 0 | 14 | 4 | 210 | 101 | 130 |
| Binary | 11001011 | 11110100 | 11010110 | 10001 | 0 | 1100 | 100 | 10001000 | 1000001 | 1011000 |
Color Harmonies of #CBF4D6
Complementary color
Monochromatic Colors of #CBF4D6
Black with #CBF4D6
Text Example
Text Example
White with #CBF4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF4D6; }
p { color: rgb(203,244,214); }
H1.HeaderClassName
{
color: #CBF4D6;
}
.AnyTagClassName
{
color: #CBF4D6;
}
</style>
background-color css
<style>
a { background-color: #CBF4D6; }
a { background-color: rgb(203,244,214); }
div.DivClassName
{
background-color: #CBF4D6;
}
.BgClassName
{
background-color: #CBF4D6;
}
</style>
border-color css
<style>
span { border-color: #CBF4D6; }
span { border-color: rgb(203,244,214); }
td.TdClassName
{
border-color: #CBF4D6;
}
.TagClassName
{
border-color: #CBF4D6;
}
</style>