Shades of Reef #CCE6A6
Tints of Reef #CCE6A6
RGB
CMYK
RGB Variations
Color information
#CCE6A6 (or 0xCCE6A6) is known color: Reef. HEX triplet: CC, E6 and A6. RGB value is (204,230,166). Sum of RGB (Red+Green+Blue) = 204+230+166=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 166 (65.23% from 255 or 27.67% from 600); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE6A6 is #331959. Grayscale: #D7D7D7. Windows color (decimal): -3348826 or 10938060. OLE color: 10938060.
HSL color Cylindrical-coordinate representation of color #CCE6A6: hue angle of 84.38º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCE6A6 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 166 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.10 |
| HSL | 84.38º | 0.56% | 0.78% | - |
| HSV(B) | 84.38º | 0.28% | 0.9% | - |
| XYZ | 60.08 | 72.18 | 46.84 | - |
| YUV | 214.93 | 100.39 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 166 | 0.11 | 0 | 0.28 | 0.10 | 84.38 | 0.56 | 0.78 |
| Hex | CC | E6 | A6 | B | 0 | 1C | A | 54 | 38 | 4E |
| Octal | 314 | 346 | 246 | 13 | 0 | 34 | 12 | 124 | 70 | 116 |
| Binary | 11001100 | 11100110 | 10100110 | 1011 | 0 | 11100 | 1010 | 1010100 | 111000 | 1001110 |
Color Harmonies of #CCE6A6
Complementary color
Monochromatic Colors of #CCE6A6
Black with #CCE6A6
Text Example
Text Example
White with #CCE6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE6A6; }
p { color: rgb(204,230,166); }
H1.HeaderClassName
{
color: #CCE6A6;
}
.AnyTagClassName
{
color: #CCE6A6;
}
</style>
background-color css
<style>
a { background-color: #CCE6A6; }
a { background-color: rgb(204,230,166); }
div.DivClassName
{
background-color: #CCE6A6;
}
.BgClassName
{
background-color: #CCE6A6;
}
</style>
border-color css
<style>
span { border-color: #CCE6A6; }
span { border-color: rgb(204,230,166); }
td.TdClassName
{
border-color: #CCE6A6;
}
.TagClassName
{
border-color: #CCE6A6;
}
</style>