Shades of Reef #DCEDA6
Tints of Reef #DCEDA6
RGB
CMYK
RGB Variations
Color information
#DCEDA6 (or 0xDCEDA6) is known color: Reef. HEX triplet: DC, ED and A6. RGB value is (220,237,166). Sum of RGB (Red+Green+Blue) = 220+237+166=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 166 (65.23% from 255 or 26.65% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEDA6 is #231259. Grayscale: #E0E0E0. Windows color (decimal): -2298458 or 10939868. OLE color: 10939868.
HSL color Cylindrical-coordinate representation of color #DCEDA6: hue angle of 74.37º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCEDA6 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 166 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.07 |
| HSL | 74.37º | 0.66% | 0.79% | - |
| HSV(B) | 74.37º | 0.3% | 0.93% | - |
| XYZ | 66.68 | 78.54 | 47.72 | - |
| YUV | 223.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 166 | 0.07 | 0 | 0.30 | 0.07 | 74.37 | 0.66 | 0.79 |
| Hex | DC | ED | A6 | 7 | 0 | 1E | 7 | 4A | 42 | 4F |
| Octal | 334 | 355 | 246 | 7 | 0 | 36 | 7 | 112 | 102 | 117 |
| Binary | 11011100 | 11101101 | 10100110 | 111 | 0 | 11110 | 111 | 1001010 | 1000010 | 1001111 |
Color Harmonies of #DCEDA6
Complementary color
Monochromatic Colors of #DCEDA6
Black with #DCEDA6
Text Example
Text Example
White with #DCEDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDA6; }
p { color: rgb(220,237,166); }
H1.HeaderClassName
{
color: #DCEDA6;
}
.AnyTagClassName
{
color: #DCEDA6;
}
</style>
background-color css
<style>
a { background-color: #DCEDA6; }
a { background-color: rgb(220,237,166); }
div.DivClassName
{
background-color: #DCEDA6;
}
.BgClassName
{
background-color: #DCEDA6;
}
</style>
border-color css
<style>
span { border-color: #DCEDA6; }
span { border-color: rgb(220,237,166); }
td.TdClassName
{
border-color: #DCEDA6;
}
.TagClassName
{
border-color: #DCEDA6;
}
</style>