Shades of Reef #CCE69E
Tints of Reef #CCE69E
RGB
CMYK
RGB Variations
Color information
#CCE69E (or 0xCCE69E) is known color: Reef. HEX triplet: CC, E6 and 9E. RGB value is (204,230,158). Sum of RGB (Red+Green+Blue) = 204+230+158=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 230 (90.23% from 255 or 38.85% from 592); Blue value is 158 (62.11% from 255 or 26.69% from 592); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE69E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE69E is #331961. Grayscale: #D6D6D6. Windows color (decimal): -3348834 or 10413772. OLE color: 10413772.
HSL color Cylindrical-coordinate representation of color #CCE69E: hue angle of 81.67º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCE69E is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 158 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.10 |
| HSL | 81.67º | 0.59% | 0.76% | - |
| HSV(B) | 81.67º | 0.31% | 0.9% | - |
| XYZ | 59.37 | 71.9 | 43.1 | - |
| YUV | 214.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 158 | 0.11 | 0 | 0.31 | 0.10 | 81.67 | 0.59 | 0.76 |
| Hex | CC | E6 | 9E | B | 0 | 1F | A | 52 | 3B | 4C |
| Octal | 314 | 346 | 236 | 13 | 0 | 37 | 12 | 122 | 73 | 114 |
| Binary | 11001100 | 11100110 | 10011110 | 1011 | 0 | 11111 | 1010 | 1010010 | 111011 | 1001100 |
Color Harmonies of #CCE69E
Complementary color
Monochromatic Colors of #CCE69E
Black with #CCE69E
Text Example
Text Example
White with #CCE69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE69E; }
p { color: rgb(204,230,158); }
H1.HeaderClassName
{
color: #CCE69E;
}
.AnyTagClassName
{
color: #CCE69E;
}
</style>
background-color css
<style>
a { background-color: #CCE69E; }
a { background-color: rgb(204,230,158); }
div.DivClassName
{
background-color: #CCE69E;
}
.BgClassName
{
background-color: #CCE69E;
}
</style>
border-color css
<style>
span { border-color: #CCE69E; }
span { border-color: rgb(204,230,158); }
td.TdClassName
{
border-color: #CCE69E;
}
.TagClassName
{
border-color: #CCE69E;
}
</style>