Shades of Reef #DCEEA3
Tints of Reef #DCEEA3
RGB
CMYK
RGB Variations
Color information
#DCEEA3 (or 0xDCEEA3) is known color: Reef. HEX triplet: DC, EE and A3. RGB value is (220,238,163). Sum of RGB (Red+Green+Blue) = 220+238+163=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 163 (64.06% from 255 or 26.25% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEEA3 is #23115C. Grayscale: #E0E0E0. Windows color (decimal): -2298205 or 10743516. OLE color: 10743516.
HSL color Cylindrical-coordinate representation of color #DCEEA3: hue angle of 74.4º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCEEA3 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 163 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.07 |
| HSL | 74.4º | 0.69% | 0.79% | - |
| HSV(B) | 74.4º | 0.32% | 0.93% | - |
| XYZ | 66.7 | 79.01 | 46.39 | - |
| YUV | 224.07 | 93.54 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 163 | 0.08 | 0 | 0.32 | 0.07 | 74.4 | 0.69 | 0.79 |
| Hex | DC | EE | A3 | 8 | 0 | 20 | 7 | 4A | 45 | 4F |
| Octal | 334 | 356 | 243 | 10 | 0 | 40 | 7 | 112 | 105 | 117 |
| Binary | 11011100 | 11101110 | 10100011 | 1000 | 0 | 100000 | 111 | 1001010 | 1000101 | 1001111 |
Color Harmonies of #DCEEA3
Complementary color
Monochromatic Colors of #DCEEA3
Black with #DCEEA3
Text Example
Text Example
White with #DCEEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEA3; }
p { color: rgb(220,238,163); }
H1.HeaderClassName
{
color: #DCEEA3;
}
.AnyTagClassName
{
color: #DCEEA3;
}
</style>
background-color css
<style>
a { background-color: #DCEEA3; }
a { background-color: rgb(220,238,163); }
div.DivClassName
{
background-color: #DCEEA3;
}
.BgClassName
{
background-color: #DCEEA3;
}
</style>
border-color css
<style>
span { border-color: #DCEEA3; }
span { border-color: rgb(220,238,163); }
td.TdClassName
{
border-color: #DCEEA3;
}
.TagClassName
{
border-color: #DCEEA3;
}
</style>