Shades of Reef #DCEDA1
Tints of Reef #DCEDA1
RGB
CMYK
RGB Variations
Color information
#DCEDA1 (or 0xDCEDA1) is known color: Reef. HEX triplet: DC, ED and A1. RGB value is (220,237,161). Sum of RGB (Red+Green+Blue) = 220+237+161=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 161 (63.28% from 255 or 26.05% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEDA1 is #23125E. Grayscale: #DFDFDF. Windows color (decimal): -2298463 or 10612188. OLE color: 10612188.
HSL color Cylindrical-coordinate representation of color #DCEDA1: hue angle of 73.42º 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 #DCEDA1 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 161 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.07 |
| HSL | 73.42º | 0.68% | 0.78% | - |
| HSV(B) | 73.42º | 0.32% | 0.93% | - |
| XYZ | 66.23 | 78.36 | 45.35 | - |
| YUV | 223.25 | 92.87 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 161 | 0.07 | 0 | 0.32 | 0.07 | 73.42 | 0.68 | 0.78 |
| Hex | DC | ED | A1 | 7 | 0 | 20 | 7 | 49 | 44 | 4E |
| Octal | 334 | 355 | 241 | 7 | 0 | 40 | 7 | 111 | 104 | 116 |
| Binary | 11011100 | 11101101 | 10100001 | 111 | 0 | 100000 | 111 | 1001001 | 1000100 | 1001110 |
Color Harmonies of #DCEDA1
Complementary color
Monochromatic Colors of #DCEDA1
Black with #DCEDA1
Text Example
Text Example
White with #DCEDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDA1; }
p { color: rgb(220,237,161); }
H1.HeaderClassName
{
color: #DCEDA1;
}
.AnyTagClassName
{
color: #DCEDA1;
}
</style>
background-color css
<style>
a { background-color: #DCEDA1; }
a { background-color: rgb(220,237,161); }
div.DivClassName
{
background-color: #DCEDA1;
}
.BgClassName
{
background-color: #DCEDA1;
}
</style>
border-color css
<style>
span { border-color: #DCEDA1; }
span { border-color: rgb(220,237,161); }
td.TdClassName
{
border-color: #DCEDA1;
}
.TagClassName
{
border-color: #DCEDA1;
}
</style>