Shades of Reef #DCEAA5
Tints of Reef #DCEAA5
RGB
CMYK
RGB Variations
Color information
#DCEAA5 (or 0xDCEAA5) is known color: Reef. HEX triplet: DC, EA and A5. RGB value is (220,234,165). Sum of RGB (Red+Green+Blue) = 220+234+165=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 165 (64.84% from 255 or 26.66% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEAA5 is #23155A. Grayscale: #DEDEDE. Windows color (decimal): -2299227 or 10873564. OLE color: 10873564.
HSL color Cylindrical-coordinate representation of color #DCEAA5: hue angle of 72.17º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCEAA5 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 165 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.08 |
| HSL | 72.17º | 0.62% | 0.78% | - |
| HSV(B) | 72.17º | 0.29% | 0.92% | - |
| XYZ | 65.73 | 76.78 | 46.95 | - |
| YUV | 221.95 | 95.86 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 165 | 0.06 | 0 | 0.29 | 0.08 | 72.17 | 0.62 | 0.78 |
| Hex | DC | EA | A5 | 6 | 0 | 1D | 8 | 48 | 3E | 4E |
| Octal | 334 | 352 | 245 | 6 | 0 | 35 | 10 | 110 | 76 | 116 |
| Binary | 11011100 | 11101010 | 10100101 | 110 | 0 | 11101 | 1000 | 1001000 | 111110 | 1001110 |
Color Harmonies of #DCEAA5
Complementary color
Monochromatic Colors of #DCEAA5
Black with #DCEAA5
Text Example
Text Example
White with #DCEAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEAA5; }
p { color: rgb(220,234,165); }
H1.HeaderClassName
{
color: #DCEAA5;
}
.AnyTagClassName
{
color: #DCEAA5;
}
</style>
background-color css
<style>
a { background-color: #DCEAA5; }
a { background-color: rgb(220,234,165); }
div.DivClassName
{
background-color: #DCEAA5;
}
.BgClassName
{
background-color: #DCEAA5;
}
</style>
border-color css
<style>
span { border-color: #DCEAA5; }
span { border-color: rgb(220,234,165); }
td.TdClassName
{
border-color: #DCEAA5;
}
.TagClassName
{
border-color: #DCEAA5;
}
</style>