Shades of Reef #CCEBAC
Tints of Reef #CCEBAC
RGB
CMYK
RGB Variations
Color information
#CCEBAC (or 0xCCEBAC) is known color: Reef. HEX triplet: CC, EB and AC. RGB value is (204,235,172). Sum of RGB (Red+Green+Blue) = 204+235+172=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEBAC is #331453. Grayscale: #DADADA. Windows color (decimal): -3347540 or 11332556. OLE color: 11332556.
HSL color Cylindrical-coordinate representation of color #CCEBAC: hue angle of 89.52º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCEBAC is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 172 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.08 |
| HSL | 89.52º | 0.61% | 0.8% | - |
| HSV(B) | 89.52º | 0.27% | 0.92% | - |
| XYZ | 62.06 | 75.23 | 50.28 | - |
| YUV | 218.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 172 | 0.13 | 0 | 0.27 | 0.08 | 89.52 | 0.61 | 0.8 |
| Hex | CC | EB | AC | D | 0 | 1B | 8 | 5A | 3D | 50 |
| Octal | 314 | 353 | 254 | 15 | 0 | 33 | 10 | 132 | 75 | 120 |
| Binary | 11001100 | 11101011 | 10101100 | 1101 | 0 | 11011 | 1000 | 1011010 | 111101 | 1010000 |
Color Harmonies of #CCEBAC
Complementary color
Monochromatic Colors of #CCEBAC
Black with #CCEBAC
Text Example
Text Example
White with #CCEBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBAC; }
p { color: rgb(204,235,172); }
H1.HeaderClassName
{
color: #CCEBAC;
}
.AnyTagClassName
{
color: #CCEBAC;
}
</style>
background-color css
<style>
a { background-color: #CCEBAC; }
a { background-color: rgb(204,235,172); }
div.DivClassName
{
background-color: #CCEBAC;
}
.BgClassName
{
background-color: #CCEBAC;
}
</style>
border-color css
<style>
span { border-color: #CCEBAC; }
span { border-color: rgb(204,235,172); }
td.TdClassName
{
border-color: #CCEBAC;
}
.TagClassName
{
border-color: #CCEBAC;
}
</style>