Shades of Reef #CCE1AD
Tints of Reef #CCE1AD
RGB
CMYK
RGB Variations
Color information
#CCE1AD (or 0xCCE1AD) is known color: Reef. HEX triplet: CC, E1 and AD. RGB value is (204,225,173). Sum of RGB (Red+Green+Blue) = 204+225+173=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE1AD is #331E52. Grayscale: #D4D4D4. Windows color (decimal): -3350099 or 11395532. OLE color: 11395532.
HSL color Cylindrical-coordinate representation of color #CCE1AD: hue angle of 84.23º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCE1AD is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 173 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.12 |
| HSL | 84.23º | 0.46% | 0.78% | - |
| HSV(B) | 84.23º | 0.23% | 0.88% | - |
| XYZ | 59.37 | 69.7 | 49.86 | - |
| YUV | 212.79 | 105.54 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 173 | 0.09 | 0 | 0.23 | 0.12 | 84.23 | 0.46 | 0.78 |
| Hex | CC | E1 | AD | 9 | 0 | 17 | C | 54 | 2E | 4E |
| Octal | 314 | 341 | 255 | 11 | 0 | 27 | 14 | 124 | 56 | 116 |
| Binary | 11001100 | 11100001 | 10101101 | 1001 | 0 | 10111 | 1100 | 1010100 | 101110 | 1001110 |
Color Harmonies of #CCE1AD
Complementary color
Monochromatic Colors of #CCE1AD
Black with #CCE1AD
Text Example
Text Example
White with #CCE1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE1AD; }
p { color: rgb(204,225,173); }
H1.HeaderClassName
{
color: #CCE1AD;
}
.AnyTagClassName
{
color: #CCE1AD;
}
</style>
background-color css
<style>
a { background-color: #CCE1AD; }
a { background-color: rgb(204,225,173); }
div.DivClassName
{
background-color: #CCE1AD;
}
.BgClassName
{
background-color: #CCE1AD;
}
</style>
border-color css
<style>
span { border-color: #CCE1AD; }
span { border-color: rgb(204,225,173); }
td.TdClassName
{
border-color: #CCE1AD;
}
.TagClassName
{
border-color: #CCE1AD;
}
</style>