Shades of Reef #DCEEA2
Tints of Reef #DCEEA2
RGB
CMYK
RGB Variations
Color information
#DCEEA2 (or 0xDCEEA2) is known color: Reef. HEX triplet: DC, EE and A2. RGB value is (220,238,162). Sum of RGB (Red+Green+Blue) = 220+238+162=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 162 (63.67% from 255 or 26.13% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEEA2 is #23115D. Grayscale: #E0E0E0. Windows color (decimal): -2298206 or 10677980. OLE color: 10677980.
HSL color Cylindrical-coordinate representation of color #DCEEA2: hue angle of 74.21º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCEEA2 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 162 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.07 |
| HSL | 74.21º | 0.69% | 0.78% | - |
| HSV(B) | 74.21º | 0.32% | 0.93% | - |
| XYZ | 66.61 | 78.97 | 45.92 | - |
| YUV | 223.95 | 93.04 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 162 | 0.08 | 0 | 0.32 | 0.07 | 74.21 | 0.69 | 0.78 |
| Hex | DC | EE | A2 | 8 | 0 | 20 | 7 | 4A | 45 | 4E |
| Octal | 334 | 356 | 242 | 10 | 0 | 40 | 7 | 112 | 105 | 116 |
| Binary | 11011100 | 11101110 | 10100010 | 1000 | 0 | 100000 | 111 | 1001010 | 1000101 | 1001110 |
Color Harmonies of #DCEEA2
Complementary color
Monochromatic Colors of #DCEEA2
Black with #DCEEA2
Text Example
Text Example
White with #DCEEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEA2; }
p { color: rgb(220,238,162); }
H1.HeaderClassName
{
color: #DCEEA2;
}
.AnyTagClassName
{
color: #DCEEA2;
}
</style>
background-color css
<style>
a { background-color: #DCEEA2; }
a { background-color: rgb(220,238,162); }
div.DivClassName
{
background-color: #DCEEA2;
}
.BgClassName
{
background-color: #DCEEA2;
}
</style>
border-color css
<style>
span { border-color: #DCEEA2; }
span { border-color: rgb(220,238,162); }
td.TdClassName
{
border-color: #DCEEA2;
}
.TagClassName
{
border-color: #DCEEA2;
}
</style>