Shades of Reef #DCEDA4
Tints of Reef #DCEDA4
RGB
CMYK
RGB Variations
Color information
#DCEDA4 (or 0xDCEDA4) is known color: Reef. HEX triplet: DC, ED and A4. RGB value is (220,237,164). Sum of RGB (Red+Green+Blue) = 220+237+164=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 164 (64.45% from 255 or 26.41% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEDA4 is #23125B. Grayscale: #DFDFDF. Windows color (decimal): -2298460 or 10808796. OLE color: 10808796.
HSL color Cylindrical-coordinate representation of color #DCEDA4: hue angle of 73.97º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCEDA4 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 164 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.07 |
| HSL | 73.97º | 0.67% | 0.79% | - |
| HSV(B) | 73.97º | 0.31% | 0.93% | - |
| XYZ | 66.5 | 78.46 | 46.76 | - |
| YUV | 223.6 | 94.37 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 164 | 0.07 | 0 | 0.31 | 0.07 | 73.97 | 0.67 | 0.79 |
| Hex | DC | ED | A4 | 7 | 0 | 1F | 7 | 4A | 43 | 4F |
| Octal | 334 | 355 | 244 | 7 | 0 | 37 | 7 | 112 | 103 | 117 |
| Binary | 11011100 | 11101101 | 10100100 | 111 | 0 | 11111 | 111 | 1001010 | 1000011 | 1001111 |
Color Harmonies of #DCEDA4
Complementary color
Monochromatic Colors of #DCEDA4
Black with #DCEDA4
Text Example
Text Example
White with #DCEDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDA4; }
p { color: rgb(220,237,164); }
H1.HeaderClassName
{
color: #DCEDA4;
}
.AnyTagClassName
{
color: #DCEDA4;
}
</style>
background-color css
<style>
a { background-color: #DCEDA4; }
a { background-color: rgb(220,237,164); }
div.DivClassName
{
background-color: #DCEDA4;
}
.BgClassName
{
background-color: #DCEDA4;
}
</style>
border-color css
<style>
span { border-color: #DCEDA4; }
span { border-color: rgb(220,237,164); }
td.TdClassName
{
border-color: #DCEDA4;
}
.TagClassName
{
border-color: #DCEDA4;
}
</style>