Shades of Reef #CEDC96
Tints of Reef #CEDC96
RGB
CMYK
RGB Variations
Color information
#CEDC96 (or 0xCEDC96) is known color: Reef. HEX triplet: CE, DC and 96. RGB value is (206,220,150). Sum of RGB (Red+Green+Blue) = 206+220+150=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDC96 is #312369. Grayscale: #D0D0D0. Windows color (decimal): -3220330 or 9886926. OLE color: 9886926.
HSL color Cylindrical-coordinate representation of color #CEDC96: hue angle of 72º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEDC96 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 150 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.14 |
| HSL | 72º | 0.5% | 0.73% | - |
| HSV(B) | 72º | 0.32% | 0.86% | - |
| XYZ | 56.55 | 66.51 | 38.71 | - |
| YUV | 207.83 | 95.36 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 150 | 0.06 | 0 | 0.32 | 0.14 | 72 | 0.5 | 0.73 |
| Hex | CE | DC | 96 | 6 | 0 | 20 | E | 48 | 32 | 49 |
| Octal | 316 | 334 | 226 | 6 | 0 | 40 | 16 | 110 | 62 | 111 |
| Binary | 11001110 | 11011100 | 10010110 | 110 | 0 | 100000 | 1110 | 1001000 | 110010 | 1001001 |
Color Harmonies of #CEDC96
Complementary color
Monochromatic Colors of #CEDC96
Black with #CEDC96
Text Example
Text Example
White with #CEDC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC96; }
p { color: rgb(206,220,150); }
H1.HeaderClassName
{
color: #CEDC96;
}
.AnyTagClassName
{
color: #CEDC96;
}
</style>
background-color css
<style>
a { background-color: #CEDC96; }
a { background-color: rgb(206,220,150); }
div.DivClassName
{
background-color: #CEDC96;
}
.BgClassName
{
background-color: #CEDC96;
}
</style>
border-color css
<style>
span { border-color: #CEDC96; }
span { border-color: rgb(206,220,150); }
td.TdClassName
{
border-color: #CEDC96;
}
.TagClassName
{
border-color: #CEDC96;
}
</style>