Shades of Reef #CCE8AB
Tints of Reef #CCE8AB
RGB
CMYK
RGB Variations
Color information
#CCE8AB (or 0xCCE8AB) is known color: Reef. HEX triplet: CC, E8 and AB. RGB value is (204,232,171). Sum of RGB (Red+Green+Blue) = 204+232+171=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 232 (91.02% from 255 or 38.22% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE8AB is #331754. Grayscale: #D8D8D8. Windows color (decimal): -3348309 or 11266252. OLE color: 11266252.
HSL color Cylindrical-coordinate representation of color #CCE8AB: hue angle of 87.54º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCE8AB is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 171 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.09 |
| HSL | 87.54º | 0.57% | 0.79% | - |
| HSV(B) | 87.54º | 0.26% | 0.91% | - |
| XYZ | 61.11 | 73.49 | 49.49 | - |
| YUV | 216.67 | 102.22 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 171 | 0.12 | 0 | 0.26 | 0.09 | 87.54 | 0.57 | 0.79 |
| Hex | CC | E8 | AB | C | 0 | 1A | 9 | 58 | 39 | 4F |
| Octal | 314 | 350 | 253 | 14 | 0 | 32 | 11 | 130 | 71 | 117 |
| Binary | 11001100 | 11101000 | 10101011 | 1100 | 0 | 11010 | 1001 | 1011000 | 111001 | 1001111 |
Color Harmonies of #CCE8AB
Complementary color
Monochromatic Colors of #CCE8AB
Black with #CCE8AB
Text Example
Text Example
White with #CCE8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8AB; }
p { color: rgb(204,232,171); }
H1.HeaderClassName
{
color: #CCE8AB;
}
.AnyTagClassName
{
color: #CCE8AB;
}
</style>
background-color css
<style>
a { background-color: #CCE8AB; }
a { background-color: rgb(204,232,171); }
div.DivClassName
{
background-color: #CCE8AB;
}
.BgClassName
{
background-color: #CCE8AB;
}
</style>
border-color css
<style>
span { border-color: #CCE8AB; }
span { border-color: rgb(204,232,171); }
td.TdClassName
{
border-color: #CCE8AB;
}
.TagClassName
{
border-color: #CCE8AB;
}
</style>