Shades of Reef #DCECA4
Tints of Reef #DCECA4
RGB
CMYK
RGB Variations
Color information
#DCECA4 (or 0xDCECA4) is known color: Reef. HEX triplet: DC, EC and A4. RGB value is (220,236,164). Sum of RGB (Red+Green+Blue) = 220+236+164=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 164 (64.45% from 255 or 26.45% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCECA4 is #23135B. Grayscale: #DFDFDF. Windows color (decimal): -2298716 or 10808540. OLE color: 10808540.
HSL color Cylindrical-coordinate representation of color #DCECA4: hue angle of 73.33º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCECA4 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 164 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.07 |
| HSL | 73.33º | 0.65% | 0.78% | - |
| HSV(B) | 73.33º | 0.31% | 0.93% | - |
| XYZ | 66.21 | 77.89 | 46.67 | - |
| YUV | 223.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 164 | 0.07 | 0 | 0.31 | 0.07 | 73.33 | 0.65 | 0.78 |
| Hex | DC | EC | A4 | 7 | 0 | 1F | 7 | 49 | 41 | 4E |
| Octal | 334 | 354 | 244 | 7 | 0 | 37 | 7 | 111 | 101 | 116 |
| Binary | 11011100 | 11101100 | 10100100 | 111 | 0 | 11111 | 111 | 1001001 | 1000001 | 1001110 |
Color Harmonies of #DCECA4
Complementary color
Monochromatic Colors of #DCECA4
Black with #DCECA4
Text Example
Text Example
White with #DCECA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECA4; }
p { color: rgb(220,236,164); }
H1.HeaderClassName
{
color: #DCECA4;
}
.AnyTagClassName
{
color: #DCECA4;
}
</style>
background-color css
<style>
a { background-color: #DCECA4; }
a { background-color: rgb(220,236,164); }
div.DivClassName
{
background-color: #DCECA4;
}
.BgClassName
{
background-color: #DCECA4;
}
</style>
border-color css
<style>
span { border-color: #DCECA4; }
span { border-color: rgb(220,236,164); }
td.TdClassName
{
border-color: #DCECA4;
}
.TagClassName
{
border-color: #DCECA4;
}
</style>