Shades of Reef #DCECA2
Tints of Reef #DCECA2
RGB
CMYK
RGB Variations
Color information
#DCECA2 (or 0xDCECA2) is known color: Reef. HEX triplet: DC, EC and A2. RGB value is (220,236,162). Sum of RGB (Red+Green+Blue) = 220+236+162=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 162 (63.67% from 255 or 26.21% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCECA2 is #23135D. Grayscale: #DFDFDF. Windows color (decimal): -2298718 or 10677468. OLE color: 10677468.
HSL color Cylindrical-coordinate representation of color #DCECA2: hue angle of 72.97º degrees, saturation: 0.66, 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 #DCECA2 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 162 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.07 |
| HSL | 72.97º | 0.66% | 0.78% | - |
| HSV(B) | 72.97º | 0.31% | 0.93% | - |
| XYZ | 66.03 | 77.82 | 45.72 | - |
| YUV | 222.78 | 93.7 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 162 | 0.07 | 0 | 0.31 | 0.07 | 72.97 | 0.66 | 0.78 |
| Hex | DC | EC | A2 | 7 | 0 | 1F | 7 | 49 | 42 | 4E |
| Octal | 334 | 354 | 242 | 7 | 0 | 37 | 7 | 111 | 102 | 116 |
| Binary | 11011100 | 11101100 | 10100010 | 111 | 0 | 11111 | 111 | 1001001 | 1000010 | 1001110 |
Color Harmonies of #DCECA2
Complementary color
Monochromatic Colors of #DCECA2
Black with #DCECA2
Text Example
Text Example
White with #DCECA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECA2; }
p { color: rgb(220,236,162); }
H1.HeaderClassName
{
color: #DCECA2;
}
.AnyTagClassName
{
color: #DCECA2;
}
</style>
background-color css
<style>
a { background-color: #DCECA2; }
a { background-color: rgb(220,236,162); }
div.DivClassName
{
background-color: #DCECA2;
}
.BgClassName
{
background-color: #DCECA2;
}
</style>
border-color css
<style>
span { border-color: #DCECA2; }
span { border-color: rgb(220,236,162); }
td.TdClassName
{
border-color: #DCECA2;
}
.TagClassName
{
border-color: #DCECA2;
}
</style>