Shades of Granny Apple #CBEECE
Tints of Granny Apple #CBEECE
RGB
CMYK
RGB Variations
Color information
#CBEECE (or 0xCBEECE) is known color: Granny Apple. HEX triplet: CB, EE and CE. RGB value is (203,238,206). Sum of RGB (Red+Green+Blue) = 203+238+206=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEECE is #341131. Grayscale: #DFDFDF. Windows color (decimal): -3412274 or 13561547. OLE color: 13561547.
HSL color Cylindrical-coordinate representation of color #CBEECE: hue angle of 125.14º 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 #CBEECE is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 203 | 238 | 206 | - |
CMYK | 0.15 | 0 | 0.13 | 0.07 |
HSL | 125.14º | 0.51% | 0.86% | - |
HSV(B) | 125.14º | 0.15% | 0.93% | - |
XYZ | 66.34 | 78.3 | 70.01 | - |
YUV | 223.89 | 117.9 | 113.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 238 | 206 | 0.15 | 0 | 0.13 | 0.07 | 125.14 | 0.51 | 0.86 |
Hex | CB | EE | CE | F | 0 | D | 7 | 7D | 33 | 56 |
Octal | 313 | 356 | 316 | 17 | 0 | 15 | 7 | 175 | 63 | 126 |
Binary | 11001011 | 11101110 | 11001110 | 1111 | 0 | 1101 | 111 | 1111101 | 110011 | 1010110 |
Color Harmonies of #CBEECE
Complementary color
Monochromatic Colors of #CBEECE
Black with #CBEECE
Text Example
Text Example
White with #CBEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEECE; }
p { color: rgb(203,238,206); }
H1.HeaderClassName
{
color: #CBEECE;
}
.AnyTagClassName
{
color: #CBEECE;
}
</style>
background-color css
<style>
a { background-color: #CBEECE; }
a { background-color: rgb(203,238,206); }
div.DivClassName
{
background-color: #CBEECE;
}
.BgClassName
{
background-color: #CBEECE;
}
</style>
border-color css
<style>
span { border-color: #CBEECE; }
span { border-color: rgb(203,238,206); }
td.TdClassName
{
border-color: #CBEECE;
}
.TagClassName
{
border-color: #CBEECE;
}
</style>