Shades of Granny Apple #CBFDD1
Tints of Granny Apple #CBFDD1
RGB
CMYK
RGB Variations
Color information
#CBFDD1 (or 0xCBFDD1) is known color: Granny Apple. HEX triplet: CB, FD and D1. RGB value is (203,253,209). Sum of RGB (Red+Green+Blue) = 203+253+209=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 209 (82.03% from 255 or 31.43% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDD1 is #34022E. Grayscale: #E9E9E9. Windows color (decimal): -3408431 or 13761995. OLE color: 13761995.
HSL color Cylindrical-coordinate representation of color #CBFDD1: hue angle of 127.2º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFDD1 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 209 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.01 |
| HSL | 127.2º | 0.93% | 0.89% | - |
| HSV(B) | 127.2º | 0.2% | 0.99% | - |
| XYZ | 71.26 | 87.55 | 73.46 | - |
| YUV | 233.03 | 114.44 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 209 | 0.20 | 0 | 0.17 | 0.01 | 127.2 | 0.93 | 0.89 |
| Hex | CB | FD | D1 | 14 | 0 | 11 | 1 | 7F | 5D | 59 |
| Octal | 313 | 375 | 321 | 24 | 0 | 21 | 1 | 177 | 135 | 131 |
| Binary | 11001011 | 11111101 | 11010001 | 10100 | 0 | 10001 | 1 | 1111111 | 1011101 | 1011001 |
Color Harmonies of #CBFDD1
Complementary color
Monochromatic Colors of #CBFDD1
Black with #CBFDD1
Text Example
Text Example
White with #CBFDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDD1; }
p { color: rgb(203,253,209); }
H1.HeaderClassName
{
color: #CBFDD1;
}
.AnyTagClassName
{
color: #CBFDD1;
}
</style>
background-color css
<style>
a { background-color: #CBFDD1; }
a { background-color: rgb(203,253,209); }
div.DivClassName
{
background-color: #CBFDD1;
}
.BgClassName
{
background-color: #CBFDD1;
}
</style>
border-color css
<style>
span { border-color: #CBFDD1; }
span { border-color: rgb(203,253,209); }
td.TdClassName
{
border-color: #CBFDD1;
}
.TagClassName
{
border-color: #CBFDD1;
}
</style>