Shades of Reef #DCEDA0
Tints of Reef #DCEDA0
RGB
CMYK
RGB Variations
Color information
#DCEDA0 (or 0xDCEDA0) is known color: Reef. HEX triplet: DC, ED and A0. RGB value is (220,237,160). Sum of RGB (Red+Green+Blue) = 220+237+160=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 160 (62.89% from 255 or 25.93% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEDA0 is #23125F. Grayscale: #DFDFDF. Windows color (decimal): -2298464 or 10546652. OLE color: 10546652.
HSL color Cylindrical-coordinate representation of color #DCEDA0: hue angle of 73.25º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCEDA0 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 237 | 160 | - |
CMYK | 0.07 | 0 | 0.32 | 0.07 |
HSL | 73.25º | 0.68% | 0.78% | - |
HSV(B) | 73.25º | 0.32% | 0.93% | - |
XYZ | 66.14 | 78.32 | 44.89 | - |
YUV | 223.14 | 92.37 | 125.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 237 | 160 | 0.07 | 0 | 0.32 | 0.07 | 73.25 | 0.68 | 0.78 |
Hex | DC | ED | A0 | 7 | 0 | 20 | 7 | 49 | 44 | 4E |
Octal | 334 | 355 | 240 | 7 | 0 | 40 | 7 | 111 | 104 | 116 |
Binary | 11011100 | 11101101 | 10100000 | 111 | 0 | 100000 | 111 | 1001001 | 1000100 | 1001110 |
Color Harmonies of #DCEDA0
Complementary color
Monochromatic Colors of #DCEDA0
Black with #DCEDA0
Text Example
Text Example
White with #DCEDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDA0; }
p { color: rgb(220,237,160); }
H1.HeaderClassName
{
color: #DCEDA0;
}
.AnyTagClassName
{
color: #DCEDA0;
}
</style>
background-color css
<style>
a { background-color: #DCEDA0; }
a { background-color: rgb(220,237,160); }
div.DivClassName
{
background-color: #DCEDA0;
}
.BgClassName
{
background-color: #DCEDA0;
}
</style>
border-color css
<style>
span { border-color: #DCEDA0; }
span { border-color: rgb(220,237,160); }
td.TdClassName
{
border-color: #DCEDA0;
}
.TagClassName
{
border-color: #DCEDA0;
}
</style>