Shades of Reef #CCE7AD
Tints of Reef #CCE7AD
RGB
CMYK
RGB Variations
Color information
#CCE7AD (or 0xCCE7AD) is known color: Reef. HEX triplet: CC, E7 and AD. RGB value is (204,231,173). Sum of RGB (Red+Green+Blue) = 204+231+173=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 231 (90.62% from 255 or 37.99% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE7AD is #331852. Grayscale: #D8D8D8. Windows color (decimal): -3348563 or 11397068. OLE color: 11397068.
HSL color Cylindrical-coordinate representation of color #CCE7AD: hue angle of 87.93º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCE7AD is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 173 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.09 |
| HSL | 87.93º | 0.55% | 0.79% | - |
| HSV(B) | 87.93º | 0.25% | 0.91% | - |
| XYZ | 61.02 | 73.01 | 50.41 | - |
| YUV | 216.32 | 103.55 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 173 | 0.12 | 0 | 0.25 | 0.09 | 87.93 | 0.55 | 0.79 |
| Hex | CC | E7 | AD | C | 0 | 19 | 9 | 58 | 37 | 4F |
| Octal | 314 | 347 | 255 | 14 | 0 | 31 | 11 | 130 | 67 | 117 |
| Binary | 11001100 | 11100111 | 10101101 | 1100 | 0 | 11001 | 1001 | 1011000 | 110111 | 1001111 |
Color Harmonies of #CCE7AD
Complementary color
Monochromatic Colors of #CCE7AD
Black with #CCE7AD
Text Example
Text Example
White with #CCE7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE7AD; }
p { color: rgb(204,231,173); }
H1.HeaderClassName
{
color: #CCE7AD;
}
.AnyTagClassName
{
color: #CCE7AD;
}
</style>
background-color css
<style>
a { background-color: #CCE7AD; }
a { background-color: rgb(204,231,173); }
div.DivClassName
{
background-color: #CCE7AD;
}
.BgClassName
{
background-color: #CCE7AD;
}
</style>
border-color css
<style>
span { border-color: #CCE7AD; }
span { border-color: rgb(204,231,173); }
td.TdClassName
{
border-color: #CCE7AD;
}
.TagClassName
{
border-color: #CCE7AD;
}
</style>