Shades of Granny Apple #CBF5D6
Tints of Granny Apple #CBF5D6
RGB
CMYK
RGB Variations
Color information
#CBF5D6 (or 0xCBF5D6) is known color: Granny Apple. HEX triplet: CB, F5 and D6. RGB value is (203,245,214). Sum of RGB (Red+Green+Blue) = 203+245+214=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 245 (96.09% from 255 or 37.01% from 662); Blue value is 214 (83.98% from 255 or 32.33% from 662); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF5D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF5D6 is #340A29. Grayscale: #E4E4E4. Windows color (decimal): -3410474 or 14087627. OLE color: 14087627.
HSL color Cylindrical-coordinate representation of color #CBF5D6: hue angle of 135.71º degrees, saturation: 0.68, 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 #CBF5D6 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 214 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.04 |
| HSL | 135.71º | 0.68% | 0.88% | - |
| HSV(B) | 135.71º | 0.17% | 0.96% | - |
| XYZ | 69.42 | 82.86 | 75.95 | - |
| YUV | 228.91 | 119.59 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 214 | 0.17 | 0 | 0.13 | 0.04 | 135.71 | 0.68 | 0.88 |
| Hex | CB | F5 | D6 | 11 | 0 | D | 4 | 88 | 44 | 58 |
| Octal | 313 | 365 | 326 | 21 | 0 | 15 | 4 | 210 | 104 | 130 |
| Binary | 11001011 | 11110101 | 11010110 | 10001 | 0 | 1101 | 100 | 10001000 | 1000100 | 1011000 |
Color Harmonies of #CBF5D6
Complementary color
Monochromatic Colors of #CBF5D6
Black with #CBF5D6
Text Example
Text Example
White with #CBF5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF5D6; }
p { color: rgb(203,245,214); }
H1.HeaderClassName
{
color: #CBF5D6;
}
.AnyTagClassName
{
color: #CBF5D6;
}
</style>
background-color css
<style>
a { background-color: #CBF5D6; }
a { background-color: rgb(203,245,214); }
div.DivClassName
{
background-color: #CBF5D6;
}
.BgClassName
{
background-color: #CBF5D6;
}
</style>
border-color css
<style>
span { border-color: #CBF5D6; }
span { border-color: rgb(203,245,214); }
td.TdClassName
{
border-color: #CBF5D6;
}
.TagClassName
{
border-color: #CBF5D6;
}
</style>