Shades of Reef #DCEEA4
Tints of Reef #DCEEA4
RGB
CMYK
RGB Variations
Color information
#DCEEA4 (or 0xDCEEA4) is known color: Reef. HEX triplet: DC, EE and A4. RGB value is (220,238,164). Sum of RGB (Red+Green+Blue) = 220+238+164=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 164 (64.45% from 255 or 26.37% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEEA4 is #23115B. Grayscale: #E0E0E0. Windows color (decimal): -2298204 or 10809052. OLE color: 10809052.
HSL color Cylindrical-coordinate representation of color #DCEEA4: hue angle of 74.59º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCEEA4 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 164 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.07 |
| HSL | 74.59º | 0.69% | 0.79% | - |
| HSV(B) | 74.59º | 0.31% | 0.93% | - |
| XYZ | 66.79 | 79.05 | 46.86 | - |
| YUV | 224.18 | 94.04 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 164 | 0.08 | 0 | 0.31 | 0.07 | 74.59 | 0.69 | 0.79 |
| Hex | DC | EE | A4 | 8 | 0 | 1F | 7 | 4B | 45 | 4F |
| Octal | 334 | 356 | 244 | 10 | 0 | 37 | 7 | 113 | 105 | 117 |
| Binary | 11011100 | 11101110 | 10100100 | 1000 | 0 | 11111 | 111 | 1001011 | 1000101 | 1001111 |
Color Harmonies of #DCEEA4
Complementary color
Monochromatic Colors of #DCEEA4
Black with #DCEEA4
Text Example
Text Example
White with #DCEEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEA4; }
p { color: rgb(220,238,164); }
H1.HeaderClassName
{
color: #DCEEA4;
}
.AnyTagClassName
{
color: #DCEEA4;
}
</style>
background-color css
<style>
a { background-color: #DCEEA4; }
a { background-color: rgb(220,238,164); }
div.DivClassName
{
background-color: #DCEEA4;
}
.BgClassName
{
background-color: #DCEEA4;
}
</style>
border-color css
<style>
span { border-color: #DCEEA4; }
span { border-color: rgb(220,238,164); }
td.TdClassName
{
border-color: #DCEEA4;
}
.TagClassName
{
border-color: #DCEEA4;
}
</style>