Shades of Reef #DCEDA5
Tints of Reef #DCEDA5
RGB
CMYK
RGB Variations
Color information
#DCEDA5 (or 0xDCEDA5) is known color: Reef. HEX triplet: DC, ED and A5. RGB value is (220,237,165). Sum of RGB (Red+Green+Blue) = 220+237+165=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 165 (64.84% from 255 or 26.53% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEDA5 is #23125A. Grayscale: #DFDFDF. Windows color (decimal): -2298459 or 10874332. OLE color: 10874332.
HSL color Cylindrical-coordinate representation of color #DCEDA5: hue angle of 74.17º degrees, saturation: 0.67, 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 #DCEDA5 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 165 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.07 |
| HSL | 74.17º | 0.67% | 0.79% | - |
| HSV(B) | 74.17º | 0.3% | 0.93% | - |
| XYZ | 66.59 | 78.5 | 47.24 | - |
| YUV | 223.71 | 94.87 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 165 | 0.07 | 0 | 0.30 | 0.07 | 74.17 | 0.67 | 0.79 |
| Hex | DC | ED | A5 | 7 | 0 | 1E | 7 | 4A | 43 | 4F |
| Octal | 334 | 355 | 245 | 7 | 0 | 36 | 7 | 112 | 103 | 117 |
| Binary | 11011100 | 11101101 | 10100101 | 111 | 0 | 11110 | 111 | 1001010 | 1000011 | 1001111 |
Color Harmonies of #DCEDA5
Complementary color
Monochromatic Colors of #DCEDA5
Black with #DCEDA5
Text Example
Text Example
White with #DCEDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDA5; }
p { color: rgb(220,237,165); }
H1.HeaderClassName
{
color: #DCEDA5;
}
.AnyTagClassName
{
color: #DCEDA5;
}
</style>
background-color css
<style>
a { background-color: #DCEDA5; }
a { background-color: rgb(220,237,165); }
div.DivClassName
{
background-color: #DCEDA5;
}
.BgClassName
{
background-color: #DCEDA5;
}
</style>
border-color css
<style>
span { border-color: #DCEDA5; }
span { border-color: rgb(220,237,165); }
td.TdClassName
{
border-color: #DCEDA5;
}
.TagClassName
{
border-color: #DCEDA5;
}
</style>