Shades of Granny Apple #CBECCC
Tints of Granny Apple #CBECCC
RGB
CMYK
RGB Variations
Color information
#CBECCC (or 0xCBECCC) is known color: Granny Apple. HEX triplet: CB, EC and CC. RGB value is (203,236,204). Sum of RGB (Red+Green+Blue) = 203+236+204=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECCC is #341333. Grayscale: #DEDEDE. Windows color (decimal): -3412788 or 13429963. OLE color: 13429963.
HSL color Cylindrical-coordinate representation of color #CBECCC: hue angle of 121.82º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBECCC is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 203 | 236 | 204 | - |
CMYK | 0.14 | 0 | 0.14 | 0.07 |
HSL | 121.82º | 0.46% | 0.86% | - |
HSV(B) | 121.82º | 0.14% | 0.93% | - |
XYZ | 65.52 | 77.05 | 68.54 | - |
YUV | 222.49 | 117.57 | 114.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 236 | 204 | 0.14 | 0 | 0.14 | 0.07 | 121.82 | 0.46 | 0.86 |
Hex | CB | EC | CC | E | 0 | E | 7 | 7A | 2E | 56 |
Octal | 313 | 354 | 314 | 16 | 0 | 16 | 7 | 172 | 56 | 126 |
Binary | 11001011 | 11101100 | 11001100 | 1110 | 0 | 1110 | 111 | 1111010 | 101110 | 1010110 |
Color Harmonies of #CBECCC
Complementary color
Monochromatic Colors of #CBECCC
Black with #CBECCC
Text Example
Text Example
White with #CBECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBECCC; }
p { color: rgb(203,236,204); }
H1.HeaderClassName
{
color: #CBECCC;
}
.AnyTagClassName
{
color: #CBECCC;
}
</style>
background-color css
<style>
a { background-color: #CBECCC; }
a { background-color: rgb(203,236,204); }
div.DivClassName
{
background-color: #CBECCC;
}
.BgClassName
{
background-color: #CBECCC;
}
</style>
border-color css
<style>
span { border-color: #CBECCC; }
span { border-color: rgb(203,236,204); }
td.TdClassName
{
border-color: #CBECCC;
}
.TagClassName
{
border-color: #CBECCC;
}
</style>