Shades of Reef #CCE6AD
Tints of Reef #CCE6AD
RGB
CMYK
RGB Variations
Color information
#CCE6AD (or 0xCCE6AD) is known color: Reef. HEX triplet: CC, E6 and AD. RGB value is (204,230,173). Sum of RGB (Red+Green+Blue) = 204+230+173=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE6AD is #331952. Grayscale: #D7D7D7. Windows color (decimal): -3348819 or 11396812. OLE color: 11396812.
HSL color Cylindrical-coordinate representation of color #CCE6AD: hue angle of 87.37º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCE6AD is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 173 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.10 |
| HSL | 87.37º | 0.53% | 0.79% | - |
| HSV(B) | 87.37º | 0.25% | 0.9% | - |
| XYZ | 60.74 | 72.45 | 50.32 | - |
| YUV | 215.73 | 103.89 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 173 | 0.11 | 0 | 0.25 | 0.10 | 87.37 | 0.53 | 0.79 |
| Hex | CC | E6 | AD | B | 0 | 19 | A | 57 | 35 | 4F |
| Octal | 314 | 346 | 255 | 13 | 0 | 31 | 12 | 127 | 65 | 117 |
| Binary | 11001100 | 11100110 | 10101101 | 1011 | 0 | 11001 | 1010 | 1010111 | 110101 | 1001111 |
Color Harmonies of #CCE6AD
Complementary color
Monochromatic Colors of #CCE6AD
Black with #CCE6AD
Text Example
Text Example
White with #CCE6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE6AD; }
p { color: rgb(204,230,173); }
H1.HeaderClassName
{
color: #CCE6AD;
}
.AnyTagClassName
{
color: #CCE6AD;
}
</style>
background-color css
<style>
a { background-color: #CCE6AD; }
a { background-color: rgb(204,230,173); }
div.DivClassName
{
background-color: #CCE6AD;
}
.BgClassName
{
background-color: #CCE6AD;
}
</style>
border-color css
<style>
span { border-color: #CCE6AD; }
span { border-color: rgb(204,230,173); }
td.TdClassName
{
border-color: #CCE6AD;
}
.TagClassName
{
border-color: #CCE6AD;
}
</style>