Shades of Reef #DCFFAD
Tints of Reef #DCFFAD
RGB
CMYK
RGB Variations
Color information
#DCFFAD (or 0xDCFFAD) is known color: Reef. HEX triplet: DC, FF and AD. RGB value is (220,255,173). Sum of RGB (Red+Green+Blue) = 220+255+173=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 173 (67.97% from 255 or 26.70% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFFAD is #230052. Grayscale: #EBEBEB. Windows color (decimal): -2293843 or 11403228. OLE color: 11403228.
HSL color Cylindrical-coordinate representation of color #DCFFAD: hue angle of 85.61º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCFFAD is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 173 | - |
| CMYK | 0.14 | 0 | 0.32 | 0 |
| HSL | 85.61º | 1% | 0.84% | - |
| HSV(B) | 85.61º | 0.32% | 1% | - |
| XYZ | 72.82 | 89.75 | 53.02 | - |
| YUV | 235.19 | 92.9 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 173 | 0.14 | 0 | 0.32 | 0 | 85.61 | 1 | 0.84 |
| Hex | DC | FF | AD | E | 0 | 20 | 0 | 56 | 64 | 54 |
| Octal | 334 | 377 | 255 | 16 | 0 | 40 | 0 | 126 | 144 | 124 |
| Binary | 11011100 | 11111111 | 10101101 | 1110 | 0 | 100000 | 0 | 1010110 | 1100100 | 1010100 |
Color Harmonies of #DCFFAD
Complementary color
Monochromatic Colors of #DCFFAD
Black with #DCFFAD
Text Example
Text Example
White with #DCFFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFAD; }
p { color: rgb(220,255,173); }
H1.HeaderClassName
{
color: #DCFFAD;
}
.AnyTagClassName
{
color: #DCFFAD;
}
</style>
background-color css
<style>
a { background-color: #DCFFAD; }
a { background-color: rgb(220,255,173); }
div.DivClassName
{
background-color: #DCFFAD;
}
.BgClassName
{
background-color: #DCFFAD;
}
</style>
border-color css
<style>
span { border-color: #DCFFAD; }
span { border-color: rgb(220,255,173); }
td.TdClassName
{
border-color: #DCFFAD;
}
.TagClassName
{
border-color: #DCFFAD;
}
</style>