Shades of Reef #DCEFA0
Tints of Reef #DCEFA0
RGB
CMYK
RGB Variations
Color information
#DCEFA0 (or 0xDCEFA0) is known color: Reef. HEX triplet: DC, EF and A0. RGB value is (220,239,160). Sum of RGB (Red+Green+Blue) = 220+239+160=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 160 (62.89% from 255 or 25.85% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEFA0 is #23105F. Grayscale: #E0E0E0. Windows color (decimal): -2297952 or 10547164. OLE color: 10547164.
HSL color Cylindrical-coordinate representation of color #DCEFA0: hue angle of 74.43º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCEFA0 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 160 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.06 |
| HSL | 74.43º | 0.71% | 0.78% | - |
| HSV(B) | 74.43º | 0.33% | 0.94% | - |
| XYZ | 66.73 | 79.49 | 45.08 | - |
| YUV | 224.31 | 91.71 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 160 | 0.08 | 0 | 0.33 | 0.06 | 74.43 | 0.71 | 0.78 |
| Hex | DC | EF | A0 | 8 | 0 | 21 | 6 | 4A | 47 | 4E |
| Octal | 334 | 357 | 240 | 10 | 0 | 41 | 6 | 112 | 107 | 116 |
| Binary | 11011100 | 11101111 | 10100000 | 1000 | 0 | 100001 | 110 | 1001010 | 1000111 | 1001110 |
Color Harmonies of #DCEFA0
Complementary color
Monochromatic Colors of #DCEFA0
Black with #DCEFA0
Text Example
Text Example
White with #DCEFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFA0; }
p { color: rgb(220,239,160); }
H1.HeaderClassName
{
color: #DCEFA0;
}
.AnyTagClassName
{
color: #DCEFA0;
}
</style>
background-color css
<style>
a { background-color: #DCEFA0; }
a { background-color: rgb(220,239,160); }
div.DivClassName
{
background-color: #DCEFA0;
}
.BgClassName
{
background-color: #DCEFA0;
}
</style>
border-color css
<style>
span { border-color: #DCEFA0; }
span { border-color: rgb(220,239,160); }
td.TdClassName
{
border-color: #DCEFA0;
}
.TagClassName
{
border-color: #DCEFA0;
}
</style>