Shades of Reef #DCED9F
Tints of Reef #DCED9F
RGB
CMYK
RGB Variations
Color information
#DCED9F (or 0xDCED9F) is known color: Reef. HEX triplet: DC, ED and 9F. RGB value is (220,237,159). Sum of RGB (Red+Green+Blue) = 220+237+159=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 159 (62.5% from 255 or 25.81% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCED9F is #231260. Grayscale: #DFDFDF. Windows color (decimal): -2298465 or 10481116. OLE color: 10481116.
HSL color Cylindrical-coordinate representation of color #DCED9F: hue angle of 73.08º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCED9F is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 159 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.07 |
| HSL | 73.08º | 0.68% | 0.78% | - |
| HSV(B) | 73.08º | 0.33% | 0.93% | - |
| XYZ | 66.06 | 78.29 | 44.43 | - |
| YUV | 223.03 | 91.87 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 159 | 0.07 | 0 | 0.33 | 0.07 | 73.08 | 0.68 | 0.78 |
| Hex | DC | ED | 9F | 7 | 0 | 21 | 7 | 49 | 44 | 4E |
| Octal | 334 | 355 | 237 | 7 | 0 | 41 | 7 | 111 | 104 | 116 |
| Binary | 11011100 | 11101101 | 10011111 | 111 | 0 | 100001 | 111 | 1001001 | 1000100 | 1001110 |
Color Harmonies of #DCED9F
Complementary color
Monochromatic Colors of #DCED9F
Black with #DCED9F
Text Example
Text Example
White with #DCED9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED9F; }
p { color: rgb(220,237,159); }
H1.HeaderClassName
{
color: #DCED9F;
}
.AnyTagClassName
{
color: #DCED9F;
}
</style>
background-color css
<style>
a { background-color: #DCED9F; }
a { background-color: rgb(220,237,159); }
div.DivClassName
{
background-color: #DCED9F;
}
.BgClassName
{
background-color: #DCED9F;
}
</style>
border-color css
<style>
span { border-color: #DCED9F; }
span { border-color: rgb(220,237,159); }
td.TdClassName
{
border-color: #DCED9F;
}
.TagClassName
{
border-color: #DCED9F;
}
</style>