Shades of Granny Apple #CBEECD
Tints of Granny Apple #CBEECD
RGB
CMYK
RGB Variations
Color information
#CBEECD (or 0xCBEECD) is known color: Granny Apple. HEX triplet: CB, EE and CD. RGB value is (203,238,205). Sum of RGB (Red+Green+Blue) = 203+238+205=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEECD is #341132. Grayscale: #DFDFDF. Windows color (decimal): -3412275 or 13496011. OLE color: 13496011.
HSL color Cylindrical-coordinate representation of color #CBEECD: hue angle of 123.43º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEECD is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 203 | 238 | 205 | - |
CMYK | 0.15 | 0 | 0.14 | 0.07 |
HSL | 123.43º | 0.51% | 0.86% | - |
HSV(B) | 123.43º | 0.15% | 0.93% | - |
XYZ | 66.22 | 78.25 | 69.37 | - |
YUV | 223.77 | 117.4 | 113.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 238 | 205 | 0.15 | 0 | 0.14 | 0.07 | 123.43 | 0.51 | 0.86 |
Hex | CB | EE | CD | F | 0 | E | 7 | 7B | 33 | 56 |
Octal | 313 | 356 | 315 | 17 | 0 | 16 | 7 | 173 | 63 | 126 |
Binary | 11001011 | 11101110 | 11001101 | 1111 | 0 | 1110 | 111 | 1111011 | 110011 | 1010110 |
Color Harmonies of #CBEECD
Complementary color
Monochromatic Colors of #CBEECD
Black with #CBEECD
Text Example
Text Example
White with #CBEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEECD; }
p { color: rgb(203,238,205); }
H1.HeaderClassName
{
color: #CBEECD;
}
.AnyTagClassName
{
color: #CBEECD;
}
</style>
background-color css
<style>
a { background-color: #CBEECD; }
a { background-color: rgb(203,238,205); }
div.DivClassName
{
background-color: #CBEECD;
}
.BgClassName
{
background-color: #CBEECD;
}
</style>
border-color css
<style>
span { border-color: #CBEECD; }
span { border-color: rgb(203,238,205); }
td.TdClassName
{
border-color: #CBEECD;
}
.TagClassName
{
border-color: #CBEECD;
}
</style>