Shades of Reef #DCEDAC
Tints of Reef #DCEDAC
RGB
CMYK
RGB Variations
Color information
#DCEDAC (or 0xDCEDAC) is known color: Reef. HEX triplet: DC, ED and AC. RGB value is (220,237,172). Sum of RGB (Red+Green+Blue) = 220+237+172=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEDAC is #231253. Grayscale: #E0E0E0. Windows color (decimal): -2298452 or 11333084. OLE color: 11333084.
HSL color Cylindrical-coordinate representation of color #DCEDAC: hue angle of 75.69º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCEDAC is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 172 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.07 |
| HSL | 75.69º | 0.64% | 0.8% | - |
| HSV(B) | 75.69º | 0.27% | 0.93% | - |
| XYZ | 67.25 | 78.76 | 50.69 | - |
| YUV | 224.51 | 98.37 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 172 | 0.07 | 0 | 0.27 | 0.07 | 75.69 | 0.64 | 0.8 |
| Hex | DC | ED | AC | 7 | 0 | 1B | 7 | 4C | 40 | 50 |
| Octal | 334 | 355 | 254 | 7 | 0 | 33 | 7 | 114 | 100 | 120 |
| Binary | 11011100 | 11101101 | 10101100 | 111 | 0 | 11011 | 111 | 1001100 | 1000000 | 1010000 |
Color Harmonies of #DCEDAC
Complementary color
Monochromatic Colors of #DCEDAC
Black with #DCEDAC
Text Example
Text Example
White with #DCEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDAC; }
p { color: rgb(220,237,172); }
H1.HeaderClassName
{
color: #DCEDAC;
}
.AnyTagClassName
{
color: #DCEDAC;
}
</style>
background-color css
<style>
a { background-color: #DCEDAC; }
a { background-color: rgb(220,237,172); }
div.DivClassName
{
background-color: #DCEDAC;
}
.BgClassName
{
background-color: #DCEDAC;
}
</style>
border-color css
<style>
span { border-color: #DCEDAC; }
span { border-color: rgb(220,237,172); }
td.TdClassName
{
border-color: #DCEDAC;
}
.TagClassName
{
border-color: #DCEDAC;
}
</style>