Shades of Reef #CCEBAA
Tints of Reef #CCEBAA
RGB
CMYK
RGB Variations
Color information
#CCEBAA (or 0xCCEBAA) is known color: Reef. HEX triplet: CC, EB and AA. RGB value is (204,235,170). Sum of RGB (Red+Green+Blue) = 204+235+170=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEBAA is #331455. Grayscale: #DADADA. Windows color (decimal): -3347542 or 11201484. OLE color: 11201484.
HSL color Cylindrical-coordinate representation of color #CCEBAA: hue angle of 88.62º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCEBAA is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 170 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.08 |
| HSL | 88.62º | 0.62% | 0.79% | - |
| HSV(B) | 88.62º | 0.28% | 0.92% | - |
| XYZ | 61.87 | 75.16 | 49.28 | - |
| YUV | 218.32 | 100.73 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 170 | 0.13 | 0 | 0.28 | 0.08 | 88.62 | 0.62 | 0.79 |
| Hex | CC | EB | AA | D | 0 | 1C | 8 | 59 | 3E | 4F |
| Octal | 314 | 353 | 252 | 15 | 0 | 34 | 10 | 131 | 76 | 117 |
| Binary | 11001100 | 11101011 | 10101010 | 1101 | 0 | 11100 | 1000 | 1011001 | 111110 | 1001111 |
Color Harmonies of #CCEBAA
Complementary color
Monochromatic Colors of #CCEBAA
Black with #CCEBAA
Text Example
Text Example
White with #CCEBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBAA; }
p { color: rgb(204,235,170); }
H1.HeaderClassName
{
color: #CCEBAA;
}
.AnyTagClassName
{
color: #CCEBAA;
}
</style>
background-color css
<style>
a { background-color: #CCEBAA; }
a { background-color: rgb(204,235,170); }
div.DivClassName
{
background-color: #CCEBAA;
}
.BgClassName
{
background-color: #CCEBAA;
}
</style>
border-color css
<style>
span { border-color: #CCEBAA; }
span { border-color: rgb(204,235,170); }
td.TdClassName
{
border-color: #CCEBAA;
}
.TagClassName
{
border-color: #CCEBAA;
}
</style>