Shades of Reef #CCE9AD
Tints of Reef #CCE9AD
RGB
CMYK
RGB Variations
Color information
#CCE9AD (or 0xCCE9AD) is known color: Reef. HEX triplet: CC, E9 and AD. RGB value is (204,233,173). Sum of RGB (Red+Green+Blue) = 204+233+173=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE9AD is #331652. Grayscale: #D9D9D9. Windows color (decimal): -3348051 or 11397580. OLE color: 11397580.
HSL color Cylindrical-coordinate representation of color #CCE9AD: hue angle of 89º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCE9AD is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 173 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.09 |
| HSL | 89º | 0.58% | 0.8% | - |
| HSV(B) | 89º | 0.26% | 0.91% | - |
| XYZ | 61.58 | 74.13 | 50.6 | - |
| YUV | 217.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 173 | 0.12 | 0 | 0.26 | 0.09 | 89 | 0.58 | 0.8 |
| Hex | CC | E9 | AD | C | 0 | 1A | 9 | 59 | 3A | 50 |
| Octal | 314 | 351 | 255 | 14 | 0 | 32 | 11 | 131 | 72 | 120 |
| Binary | 11001100 | 11101001 | 10101101 | 1100 | 0 | 11010 | 1001 | 1011001 | 111010 | 1010000 |
Color Harmonies of #CCE9AD
Complementary color
Monochromatic Colors of #CCE9AD
Black with #CCE9AD
Text Example
Text Example
White with #CCE9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE9AD; }
p { color: rgb(204,233,173); }
H1.HeaderClassName
{
color: #CCE9AD;
}
.AnyTagClassName
{
color: #CCE9AD;
}
</style>
background-color css
<style>
a { background-color: #CCE9AD; }
a { background-color: rgb(204,233,173); }
div.DivClassName
{
background-color: #CCE9AD;
}
.BgClassName
{
background-color: #CCE9AD;
}
</style>
border-color css
<style>
span { border-color: #CCE9AD; }
span { border-color: rgb(204,233,173); }
td.TdClassName
{
border-color: #CCE9AD;
}
.TagClassName
{
border-color: #CCE9AD;
}
</style>