Shades of Reef #DCEFA6
Tints of Reef #DCEFA6
RGB
CMYK
RGB Variations
Color information
#DCEFA6 (or 0xDCEFA6) is known color: Reef. HEX triplet: DC, EF and A6. RGB value is (220,239,166). Sum of RGB (Red+Green+Blue) = 220+239+166=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 166 (65.23% from 255 or 26.56% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEFA6 is #231059. Grayscale: #E1E1E1. Windows color (decimal): -2297946 or 10940380. OLE color: 10940380.
HSL color Cylindrical-coordinate representation of color #DCEFA6: hue angle of 75.62º 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 #DCEFA6 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 166 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.06 |
| HSL | 75.62º | 0.7% | 0.79% | - |
| HSV(B) | 75.62º | 0.31% | 0.94% | - |
| XYZ | 67.26 | 79.7 | 47.92 | - |
| YUV | 225 | 94.71 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 166 | 0.08 | 0 | 0.31 | 0.06 | 75.62 | 0.7 | 0.79 |
| Hex | DC | EF | A6 | 8 | 0 | 1F | 6 | 4C | 46 | 4F |
| Octal | 334 | 357 | 246 | 10 | 0 | 37 | 6 | 114 | 106 | 117 |
| Binary | 11011100 | 11101111 | 10100110 | 1000 | 0 | 11111 | 110 | 1001100 | 1000110 | 1001111 |
Color Harmonies of #DCEFA6
Complementary color
Monochromatic Colors of #DCEFA6
Black with #DCEFA6
Text Example
Text Example
White with #DCEFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFA6; }
p { color: rgb(220,239,166); }
H1.HeaderClassName
{
color: #DCEFA6;
}
.AnyTagClassName
{
color: #DCEFA6;
}
</style>
background-color css
<style>
a { background-color: #DCEFA6; }
a { background-color: rgb(220,239,166); }
div.DivClassName
{
background-color: #DCEFA6;
}
.BgClassName
{
background-color: #DCEFA6;
}
</style>
border-color css
<style>
span { border-color: #DCEFA6; }
span { border-color: rgb(220,239,166); }
td.TdClassName
{
border-color: #DCEFA6;
}
.TagClassName
{
border-color: #DCEFA6;
}
</style>