Shades of Reef #DCEFA2
Tints of Reef #DCEFA2
RGB
CMYK
RGB Variations
Color information
#DCEFA2 (or 0xDCEFA2) is known color: Reef. HEX triplet: DC, EF and A2. RGB value is (220,239,162). Sum of RGB (Red+Green+Blue) = 220+239+162=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 162 (63.67% from 255 or 26.09% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEFA2 is #23105D. Grayscale: #E0E0E0. Windows color (decimal): -2297950 or 10678236. OLE color: 10678236.
HSL color Cylindrical-coordinate representation of color #DCEFA2: hue angle of 74.81º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCEFA2 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 162 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.06 |
| HSL | 74.81º | 0.71% | 0.79% | - |
| HSV(B) | 74.81º | 0.32% | 0.94% | - |
| XYZ | 66.9 | 79.56 | 46.01 | - |
| YUV | 224.54 | 92.71 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 162 | 0.08 | 0 | 0.32 | 0.06 | 74.81 | 0.71 | 0.79 |
| Hex | DC | EF | A2 | 8 | 0 | 20 | 6 | 4B | 47 | 4F |
| Octal | 334 | 357 | 242 | 10 | 0 | 40 | 6 | 113 | 107 | 117 |
| Binary | 11011100 | 11101111 | 10100010 | 1000 | 0 | 100000 | 110 | 1001011 | 1000111 | 1001111 |
Color Harmonies of #DCEFA2
Complementary color
Monochromatic Colors of #DCEFA2
Black with #DCEFA2
Text Example
Text Example
White with #DCEFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFA2; }
p { color: rgb(220,239,162); }
H1.HeaderClassName
{
color: #DCEFA2;
}
.AnyTagClassName
{
color: #DCEFA2;
}
</style>
background-color css
<style>
a { background-color: #DCEFA2; }
a { background-color: rgb(220,239,162); }
div.DivClassName
{
background-color: #DCEFA2;
}
.BgClassName
{
background-color: #DCEFA2;
}
</style>
border-color css
<style>
span { border-color: #DCEFA2; }
span { border-color: rgb(220,239,162); }
td.TdClassName
{
border-color: #DCEFA2;
}
.TagClassName
{
border-color: #DCEFA2;
}
</style>