Shades of Granny Apple #CBEFD2
Tints of Granny Apple #CBEFD2
RGB
CMYK
RGB Variations
Color information
#CBEFD2 (or 0xCBEFD2) is known color: Granny Apple. HEX triplet: CB, EF and D2. RGB value is (203,239,210). Sum of RGB (Red+Green+Blue) = 203+239+210=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFD2 is #34102D. Grayscale: #E1E1E1. Windows color (decimal): -3412014 or 13823947. OLE color: 13823947.
HSL color Cylindrical-coordinate representation of color #CBEFD2: hue angle of 131.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEFD2 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 210 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.06 |
| HSL | 131.67º | 0.53% | 0.87% | - |
| HSV(B) | 131.67º | 0.15% | 0.94% | - |
| XYZ | 67.13 | 79.08 | 72.7 | - |
| YUV | 224.93 | 119.57 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 210 | 0.15 | 0 | 0.12 | 0.06 | 131.67 | 0.53 | 0.87 |
| Hex | CB | EF | D2 | F | 0 | C | 6 | 84 | 35 | 57 |
| Octal | 313 | 357 | 322 | 17 | 0 | 14 | 6 | 204 | 65 | 127 |
| Binary | 11001011 | 11101111 | 11010010 | 1111 | 0 | 1100 | 110 | 10000100 | 110101 | 1010111 |
Color Harmonies of #CBEFD2
Complementary color
Monochromatic Colors of #CBEFD2
Black with #CBEFD2
Text Example
Text Example
White with #CBEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEFD2; }
p { color: rgb(203,239,210); }
H1.HeaderClassName
{
color: #CBEFD2;
}
.AnyTagClassName
{
color: #CBEFD2;
}
</style>
background-color css
<style>
a { background-color: #CBEFD2; }
a { background-color: rgb(203,239,210); }
div.DivClassName
{
background-color: #CBEFD2;
}
.BgClassName
{
background-color: #CBEFD2;
}
</style>
border-color css
<style>
span { border-color: #CBEFD2; }
span { border-color: rgb(203,239,210); }
td.TdClassName
{
border-color: #CBEFD2;
}
.TagClassName
{
border-color: #CBEFD2;
}
</style>