Shades of Reef #CCE6A4
Tints of Reef #CCE6A4
RGB
CMYK
RGB Variations
Color information
#CCE6A4 (or 0xCCE6A4) is known color: Reef. HEX triplet: CC, E6 and A4. RGB value is (204,230,164). Sum of RGB (Red+Green+Blue) = 204+230+164=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 164 (64.45% from 255 or 27.42% from 598); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE6A4 is #33195B. Grayscale: #D6D6D6. Windows color (decimal): -3348828 or 10806988. OLE color: 10806988.
HSL color Cylindrical-coordinate representation of color #CCE6A4: hue angle of 83.64º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCE6A4 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 164 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.10 |
| HSL | 83.64º | 0.57% | 0.77% | - |
| HSV(B) | 83.64º | 0.29% | 0.9% | - |
| XYZ | 59.9 | 72.11 | 45.88 | - |
| YUV | 214.7 | 99.39 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 164 | 0.11 | 0 | 0.29 | 0.10 | 83.64 | 0.57 | 0.77 |
| Hex | CC | E6 | A4 | B | 0 | 1D | A | 54 | 39 | 4D |
| Octal | 314 | 346 | 244 | 13 | 0 | 35 | 12 | 124 | 71 | 115 |
| Binary | 11001100 | 11100110 | 10100100 | 1011 | 0 | 11101 | 1010 | 1010100 | 111001 | 1001101 |
Color Harmonies of #CCE6A4
Complementary color
Monochromatic Colors of #CCE6A4
Black with #CCE6A4
Text Example
Text Example
White with #CCE6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE6A4; }
p { color: rgb(204,230,164); }
H1.HeaderClassName
{
color: #CCE6A4;
}
.AnyTagClassName
{
color: #CCE6A4;
}
</style>
background-color css
<style>
a { background-color: #CCE6A4; }
a { background-color: rgb(204,230,164); }
div.DivClassName
{
background-color: #CCE6A4;
}
.BgClassName
{
background-color: #CCE6A4;
}
</style>
border-color css
<style>
span { border-color: #CCE6A4; }
span { border-color: rgb(204,230,164); }
td.TdClassName
{
border-color: #CCE6A4;
}
.TagClassName
{
border-color: #CCE6A4;
}
</style>