Shades of Reef #DCEEAD
Tints of Reef #DCEEAD
RGB
CMYK
RGB Variations
Color information
#DCEEAD (or 0xDCEEAD) is known color: Reef. HEX triplet: DC, EE and AD. RGB value is (220,238,173). Sum of RGB (Red+Green+Blue) = 220+238+173=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEEAD is #231152. Grayscale: #E1E1E1. Windows color (decimal): -2298195 or 11398876. OLE color: 11398876.
HSL color Cylindrical-coordinate representation of color #DCEEAD: hue angle of 76.62º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCEEAD is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 173 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.07 |
| HSL | 76.62º | 0.66% | 0.81% | - |
| HSV(B) | 76.62º | 0.27% | 0.93% | - |
| XYZ | 67.63 | 79.38 | 51.29 | - |
| YUV | 225.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 173 | 0.08 | 0 | 0.27 | 0.07 | 76.62 | 0.66 | 0.81 |
| Hex | DC | EE | AD | 8 | 0 | 1B | 7 | 4D | 42 | 51 |
| Octal | 334 | 356 | 255 | 10 | 0 | 33 | 7 | 115 | 102 | 121 |
| Binary | 11011100 | 11101110 | 10101101 | 1000 | 0 | 11011 | 111 | 1001101 | 1000010 | 1010001 |
Color Harmonies of #DCEEAD
Complementary color
Monochromatic Colors of #DCEEAD
Black with #DCEEAD
Text Example
Text Example
White with #DCEEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEAD; }
p { color: rgb(220,238,173); }
H1.HeaderClassName
{
color: #DCEEAD;
}
.AnyTagClassName
{
color: #DCEEAD;
}
</style>
background-color css
<style>
a { background-color: #DCEEAD; }
a { background-color: rgb(220,238,173); }
div.DivClassName
{
background-color: #DCEEAD;
}
.BgClassName
{
background-color: #DCEEAD;
}
</style>
border-color css
<style>
span { border-color: #DCEEAD; }
span { border-color: rgb(220,238,173); }
td.TdClassName
{
border-color: #DCEEAD;
}
.TagClassName
{
border-color: #DCEEAD;
}
</style>