Shades of Reef #DCEDA2
Tints of Reef #DCEDA2
RGB
CMYK
RGB Variations
Color information
#DCEDA2 (or 0xDCEDA2) is known color: Reef. HEX triplet: DC, ED and A2. RGB value is (220,237,162). Sum of RGB (Red+Green+Blue) = 220+237+162=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 162 (63.67% from 255 or 26.17% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEDA2 is #23125D. Grayscale: #DFDFDF. Windows color (decimal): -2298462 or 10677724. OLE color: 10677724.
HSL color Cylindrical-coordinate representation of color #DCEDA2: hue angle of 73.6º 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 #DCEDA2 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 162 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.07 |
| HSL | 73.6º | 0.68% | 0.78% | - |
| HSV(B) | 73.6º | 0.32% | 0.93% | - |
| XYZ | 66.32 | 78.39 | 45.82 | - |
| YUV | 223.37 | 93.37 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 162 | 0.07 | 0 | 0.32 | 0.07 | 73.6 | 0.68 | 0.78 |
| Hex | DC | ED | A2 | 7 | 0 | 20 | 7 | 4A | 44 | 4E |
| Octal | 334 | 355 | 242 | 7 | 0 | 40 | 7 | 112 | 104 | 116 |
| Binary | 11011100 | 11101101 | 10100010 | 111 | 0 | 100000 | 111 | 1001010 | 1000100 | 1001110 |
Color Harmonies of #DCEDA2
Complementary color
Monochromatic Colors of #DCEDA2
Black with #DCEDA2
Text Example
Text Example
White with #DCEDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDA2; }
p { color: rgb(220,237,162); }
H1.HeaderClassName
{
color: #DCEDA2;
}
.AnyTagClassName
{
color: #DCEDA2;
}
</style>
background-color css
<style>
a { background-color: #DCEDA2; }
a { background-color: rgb(220,237,162); }
div.DivClassName
{
background-color: #DCEDA2;
}
.BgClassName
{
background-color: #DCEDA2;
}
</style>
border-color css
<style>
span { border-color: #DCEDA2; }
span { border-color: rgb(220,237,162); }
td.TdClassName
{
border-color: #DCEDA2;
}
.TagClassName
{
border-color: #DCEDA2;
}
</style>