Shades of Reef #DCEC96
Tints of Reef #DCEC96
RGB
CMYK
RGB Variations
Color information
#DCEC96 (or 0xDCEC96) is known color: Reef. HEX triplet: DC, EC and 96. RGB value is (220,236,150). Sum of RGB (Red+Green+Blue) = 220+236+150=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 150 (58.98% from 255 or 24.75% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEC96 is #231369. Grayscale: #DDDDDD. Windows color (decimal): -2298730 or 9891036. OLE color: 9891036.
HSL color Cylindrical-coordinate representation of color #DCEC96: hue angle of 71.16º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCEC96 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 150 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.07 |
| HSL | 71.16º | 0.69% | 0.76% | - |
| HSV(B) | 71.16º | 0.36% | 0.93% | - |
| XYZ | 65.02 | 77.41 | 40.37 | - |
| YUV | 221.41 | 87.7 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 150 | 0.07 | 0 | 0.36 | 0.07 | 71.16 | 0.69 | 0.76 |
| Hex | DC | EC | 96 | 7 | 0 | 24 | 7 | 47 | 45 | 4C |
| Octal | 334 | 354 | 226 | 7 | 0 | 44 | 7 | 107 | 105 | 114 |
| Binary | 11011100 | 11101100 | 10010110 | 111 | 0 | 100100 | 111 | 1000111 | 1000101 | 1001100 |
Color Harmonies of #DCEC96
Complementary color
Monochromatic Colors of #DCEC96
Black with #DCEC96
Text Example
Text Example
White with #DCEC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC96; }
p { color: rgb(220,236,150); }
H1.HeaderClassName
{
color: #DCEC96;
}
.AnyTagClassName
{
color: #DCEC96;
}
</style>
background-color css
<style>
a { background-color: #DCEC96; }
a { background-color: rgb(220,236,150); }
div.DivClassName
{
background-color: #DCEC96;
}
.BgClassName
{
background-color: #DCEC96;
}
</style>
border-color css
<style>
span { border-color: #DCEC96; }
span { border-color: rgb(220,236,150); }
td.TdClassName
{
border-color: #DCEC96;
}
.TagClassName
{
border-color: #DCEC96;
}
</style>