Shades of Reef #DCEFA5
Tints of Reef #DCEFA5
RGB
CMYK
RGB Variations
Color information
#DCEFA5 (or 0xDCEFA5) is known color: Reef. HEX triplet: DC, EF and A5. RGB value is (220,239,165). Sum of RGB (Red+Green+Blue) = 220+239+165=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 165 (64.84% from 255 or 26.44% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEFA5 is #23105A. Grayscale: #E1E1E1. Windows color (decimal): -2297947 or 10874844. OLE color: 10874844.
HSL color Cylindrical-coordinate representation of color #DCEFA5: hue angle of 75.41º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCEFA5 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 165 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.06 |
| HSL | 75.41º | 0.7% | 0.79% | - |
| HSV(B) | 75.41º | 0.31% | 0.94% | - |
| XYZ | 67.17 | 79.67 | 47.43 | - |
| YUV | 224.88 | 94.21 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 165 | 0.08 | 0 | 0.31 | 0.06 | 75.41 | 0.7 | 0.79 |
| Hex | DC | EF | A5 | 8 | 0 | 1F | 6 | 4B | 46 | 4F |
| Octal | 334 | 357 | 245 | 10 | 0 | 37 | 6 | 113 | 106 | 117 |
| Binary | 11011100 | 11101111 | 10100101 | 1000 | 0 | 11111 | 110 | 1001011 | 1000110 | 1001111 |
Color Harmonies of #DCEFA5
Complementary color
Monochromatic Colors of #DCEFA5
Black with #DCEFA5
Text Example
Text Example
White with #DCEFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFA5; }
p { color: rgb(220,239,165); }
H1.HeaderClassName
{
color: #DCEFA5;
}
.AnyTagClassName
{
color: #DCEFA5;
}
</style>
background-color css
<style>
a { background-color: #DCEFA5; }
a { background-color: rgb(220,239,165); }
div.DivClassName
{
background-color: #DCEFA5;
}
.BgClassName
{
background-color: #DCEFA5;
}
</style>
border-color css
<style>
span { border-color: #DCEFA5; }
span { border-color: rgb(220,239,165); }
td.TdClassName
{
border-color: #DCEFA5;
}
.TagClassName
{
border-color: #DCEFA5;
}
</style>