Shades of Reef #DCF5AD
Tints of Reef #DCF5AD
RGB
CMYK
RGB Variations
Color information
#DCF5AD (or 0xDCF5AD) is known color: Reef. HEX triplet: DC, F5 and AD. RGB value is (220,245,173). Sum of RGB (Red+Green+Blue) = 220+245+173=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 245 (96.09% from 255 or 38.40% from 638); Blue value is 173 (67.97% from 255 or 27.12% from 638); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF5AD is #230A52. Grayscale: #E5E5E5. Windows color (decimal): -2296403 or 11400668. OLE color: 11400668.
HSL color Cylindrical-coordinate representation of color #DCF5AD: hue angle of 80.83º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCF5AD is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 173 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.04 |
| HSL | 80.83º | 0.78% | 0.82% | - |
| HSV(B) | 80.83º | 0.29% | 0.96% | - |
| XYZ | 69.71 | 83.54 | 51.99 | - |
| YUV | 229.32 | 96.22 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 173 | 0.10 | 0 | 0.29 | 0.04 | 80.83 | 0.78 | 0.82 |
| Hex | DC | F5 | AD | A | 0 | 1D | 4 | 51 | 4E | 52 |
| Octal | 334 | 365 | 255 | 12 | 0 | 35 | 4 | 121 | 116 | 122 |
| Binary | 11011100 | 11110101 | 10101101 | 1010 | 0 | 11101 | 100 | 1010001 | 1001110 | 1010010 |
Color Harmonies of #DCF5AD
Complementary color
Monochromatic Colors of #DCF5AD
Black with #DCF5AD
Text Example
Text Example
White with #DCF5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF5AD; }
p { color: rgb(220,245,173); }
H1.HeaderClassName
{
color: #DCF5AD;
}
.AnyTagClassName
{
color: #DCF5AD;
}
</style>
background-color css
<style>
a { background-color: #DCF5AD; }
a { background-color: rgb(220,245,173); }
div.DivClassName
{
background-color: #DCF5AD;
}
.BgClassName
{
background-color: #DCF5AD;
}
</style>
border-color css
<style>
span { border-color: #DCF5AD; }
span { border-color: rgb(220,245,173); }
td.TdClassName
{
border-color: #DCF5AD;
}
.TagClassName
{
border-color: #DCF5AD;
}
</style>