Shades of Granny Apple #CBF2D6
Tints of Granny Apple #CBF2D6
RGB
CMYK
RGB Variations
Color information
#CBF2D6 (or 0xCBF2D6) is known color: Granny Apple. HEX triplet: CB, F2 and D6. RGB value is (203,242,214). Sum of RGB (Red+Green+Blue) = 203+242+214=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 214 (83.98% from 255 or 32.47% from 659); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF2D6 is #340D29. Grayscale: #E3E3E3. Windows color (decimal): -3411242 or 14086859. OLE color: 14086859.
HSL color Cylindrical-coordinate representation of color #CBF2D6: hue angle of 136.92º degrees, saturation: 0.6, 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 #CBF2D6 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 214 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.05 |
| HSL | 136.92º | 0.6% | 0.87% | - |
| HSV(B) | 136.92º | 0.16% | 0.95% | - |
| XYZ | 68.52 | 81.06 | 75.65 | - |
| YUV | 227.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 214 | 0.16 | 0 | 0.12 | 0.05 | 136.92 | 0.6 | 0.87 |
| Hex | CB | F2 | D6 | 10 | 0 | C | 5 | 89 | 3C | 57 |
| Octal | 313 | 362 | 326 | 20 | 0 | 14 | 5 | 211 | 74 | 127 |
| Binary | 11001011 | 11110010 | 11010110 | 10000 | 0 | 1100 | 101 | 10001001 | 111100 | 1010111 |
Color Harmonies of #CBF2D6
Complementary color
Monochromatic Colors of #CBF2D6
Black with #CBF2D6
Text Example
Text Example
White with #CBF2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF2D6; }
p { color: rgb(203,242,214); }
H1.HeaderClassName
{
color: #CBF2D6;
}
.AnyTagClassName
{
color: #CBF2D6;
}
</style>
background-color css
<style>
a { background-color: #CBF2D6; }
a { background-color: rgb(203,242,214); }
div.DivClassName
{
background-color: #CBF2D6;
}
.BgClassName
{
background-color: #CBF2D6;
}
</style>
border-color css
<style>
span { border-color: #CBF2D6; }
span { border-color: rgb(203,242,214); }
td.TdClassName
{
border-color: #CBF2D6;
}
.TagClassName
{
border-color: #CBF2D6;
}
</style>