Shades of Reef #DCEDAD
Tints of Reef #DCEDAD
RGB
CMYK
RGB Variations
Color information
#DCEDAD (or 0xDCEDAD) is known color: Reef. HEX triplet: DC, ED and AD. RGB value is (220,237,173). Sum of RGB (Red+Green+Blue) = 220+237+173=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEDAD is #231252. Grayscale: #E0E0E0. Windows color (decimal): -2298451 or 11398620. OLE color: 11398620.
HSL color Cylindrical-coordinate representation of color #DCEDAD: hue angle of 75.94º 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 #DCEDAD is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 173 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.07 |
| HSL | 75.94º | 0.64% | 0.8% | - |
| HSV(B) | 75.94º | 0.27% | 0.93% | - |
| XYZ | 67.34 | 78.8 | 51.2 | - |
| YUV | 224.62 | 98.87 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 173 | 0.07 | 0 | 0.27 | 0.07 | 75.94 | 0.64 | 0.8 |
| Hex | DC | ED | AD | 7 | 0 | 1B | 7 | 4C | 40 | 50 |
| Octal | 334 | 355 | 255 | 7 | 0 | 33 | 7 | 114 | 100 | 120 |
| Binary | 11011100 | 11101101 | 10101101 | 111 | 0 | 11011 | 111 | 1001100 | 1000000 | 1010000 |
Color Harmonies of #DCEDAD
Complementary color
Monochromatic Colors of #DCEDAD
Black with #DCEDAD
Text Example
Text Example
White with #DCEDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDAD; }
p { color: rgb(220,237,173); }
H1.HeaderClassName
{
color: #DCEDAD;
}
.AnyTagClassName
{
color: #DCEDAD;
}
</style>
background-color css
<style>
a { background-color: #DCEDAD; }
a { background-color: rgb(220,237,173); }
div.DivClassName
{
background-color: #DCEDAD;
}
.BgClassName
{
background-color: #DCEDAD;
}
</style>
border-color css
<style>
span { border-color: #DCEDAD; }
span { border-color: rgb(220,237,173); }
td.TdClassName
{
border-color: #DCEDAD;
}
.TagClassName
{
border-color: #DCEDAD;
}
</style>