Shades of Reef #CCE2AD
Tints of Reef #CCE2AD
RGB
CMYK
RGB Variations
Color information
#CCE2AD (or 0xCCE2AD) is known color: Reef. HEX triplet: CC, E2 and AD. RGB value is (204,226,173). Sum of RGB (Red+Green+Blue) = 204+226+173=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE2AD is #331D52. Grayscale: #D5D5D5. Windows color (decimal): -3349843 or 11395788. OLE color: 11395788.
HSL color Cylindrical-coordinate representation of color #CCE2AD: hue angle of 84.91º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCE2AD is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 173 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.11 |
| HSL | 84.91º | 0.48% | 0.78% | - |
| HSV(B) | 84.91º | 0.23% | 0.89% | - |
| XYZ | 59.64 | 70.25 | 49.95 | - |
| YUV | 213.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 173 | 0.10 | 0 | 0.23 | 0.11 | 84.91 | 0.48 | 0.78 |
| Hex | CC | E2 | AD | A | 0 | 17 | B | 55 | 30 | 4E |
| Octal | 314 | 342 | 255 | 12 | 0 | 27 | 13 | 125 | 60 | 116 |
| Binary | 11001100 | 11100010 | 10101101 | 1010 | 0 | 10111 | 1011 | 1010101 | 110000 | 1001110 |
Color Harmonies of #CCE2AD
Complementary color
Monochromatic Colors of #CCE2AD
Black with #CCE2AD
Text Example
Text Example
White with #CCE2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE2AD; }
p { color: rgb(204,226,173); }
H1.HeaderClassName
{
color: #CCE2AD;
}
.AnyTagClassName
{
color: #CCE2AD;
}
</style>
background-color css
<style>
a { background-color: #CCE2AD; }
a { background-color: rgb(204,226,173); }
div.DivClassName
{
background-color: #CCE2AD;
}
.BgClassName
{
background-color: #CCE2AD;
}
</style>
border-color css
<style>
span { border-color: #CCE2AD; }
span { border-color: rgb(204,226,173); }
td.TdClassName
{
border-color: #CCE2AD;
}
.TagClassName
{
border-color: #CCE2AD;
}
</style>