Shades of Reef #DCF0AD
Tints of Reef #DCF0AD
RGB
CMYK
RGB Variations
Color information
#DCF0AD (or 0xDCF0AD) is known color: Reef. HEX triplet: DC, F0 and AD. RGB value is (220,240,173). Sum of RGB (Red+Green+Blue) = 220+240+173=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF0AD is #230F52. Grayscale: #E2E2E2. Windows color (decimal): -2297683 or 11399388. OLE color: 11399388.
HSL color Cylindrical-coordinate representation of color #DCF0AD: hue angle of 77.91º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCF0AD is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 173 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.06 |
| HSL | 77.91º | 0.69% | 0.81% | - |
| HSV(B) | 77.91º | 0.28% | 0.94% | - |
| XYZ | 68.22 | 80.55 | 51.49 | - |
| YUV | 226.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 173 | 0.08 | 0 | 0.28 | 0.06 | 77.91 | 0.69 | 0.81 |
| Hex | DC | F0 | AD | 8 | 0 | 1C | 6 | 4E | 45 | 51 |
| Octal | 334 | 360 | 255 | 10 | 0 | 34 | 6 | 116 | 105 | 121 |
| Binary | 11011100 | 11110000 | 10101101 | 1000 | 0 | 11100 | 110 | 1001110 | 1000101 | 1010001 |
Color Harmonies of #DCF0AD
Complementary color
Monochromatic Colors of #DCF0AD
Black with #DCF0AD
Text Example
Text Example
White with #DCF0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0AD; }
p { color: rgb(220,240,173); }
H1.HeaderClassName
{
color: #DCF0AD;
}
.AnyTagClassName
{
color: #DCF0AD;
}
</style>
background-color css
<style>
a { background-color: #DCF0AD; }
a { background-color: rgb(220,240,173); }
div.DivClassName
{
background-color: #DCF0AD;
}
.BgClassName
{
background-color: #DCF0AD;
}
</style>
border-color css
<style>
span { border-color: #DCF0AD; }
span { border-color: rgb(220,240,173); }
td.TdClassName
{
border-color: #DCF0AD;
}
.TagClassName
{
border-color: #DCF0AD;
}
</style>