Shades of Reef #CCE69D
Tints of Reef #CCE69D
RGB
CMYK
RGB Variations
Color information
#CCE69D (or 0xCCE69D) is known color: Reef. HEX triplet: CC, E6 and 9D. RGB value is (204,230,157). Sum of RGB (Red+Green+Blue) = 204+230+157=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 157 (61.72% from 255 or 26.57% from 591); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE69D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE69D is #331962. Grayscale: #D6D6D6. Windows color (decimal): -3348835 or 10348236. OLE color: 10348236.
HSL color Cylindrical-coordinate representation of color #CCE69D: hue angle of 81.37º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCE69D is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 157 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.10 |
| HSL | 81.37º | 0.59% | 0.76% | - |
| HSV(B) | 81.37º | 0.32% | 0.9% | - |
| XYZ | 59.28 | 71.87 | 42.65 | - |
| YUV | 213.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 157 | 0.11 | 0 | 0.32 | 0.10 | 81.37 | 0.59 | 0.76 |
| Hex | CC | E6 | 9D | B | 0 | 20 | A | 51 | 3B | 4C |
| Octal | 314 | 346 | 235 | 13 | 0 | 40 | 12 | 121 | 73 | 114 |
| Binary | 11001100 | 11100110 | 10011101 | 1011 | 0 | 100000 | 1010 | 1010001 | 111011 | 1001100 |
Color Harmonies of #CCE69D
Complementary color
Monochromatic Colors of #CCE69D
Black with #CCE69D
Text Example
Text Example
White with #CCE69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE69D; }
p { color: rgb(204,230,157); }
H1.HeaderClassName
{
color: #CCE69D;
}
.AnyTagClassName
{
color: #CCE69D;
}
</style>
background-color css
<style>
a { background-color: #CCE69D; }
a { background-color: rgb(204,230,157); }
div.DivClassName
{
background-color: #CCE69D;
}
.BgClassName
{
background-color: #CCE69D;
}
</style>
border-color css
<style>
span { border-color: #CCE69D; }
span { border-color: rgb(204,230,157); }
td.TdClassName
{
border-color: #CCE69D;
}
.TagClassName
{
border-color: #CCE69D;
}
</style>