Shades of Reef #DCFAA5
Tints of Reef #DCFAA5
RGB
CMYK
RGB Variations
Color information
#DCFAA5 (or 0xDCFAA5) is known color: Reef. HEX triplet: DC, FA and A5. RGB value is (220,250,165). Sum of RGB (Red+Green+Blue) = 220+250+165=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 165 (64.84% from 255 or 25.98% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFAA5 is #23055A. Grayscale: #E7E7E7. Windows color (decimal): -2295131 or 10877660. OLE color: 10877660.
HSL color Cylindrical-coordinate representation of color #DCFAA5: hue angle of 81.18º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCFAA5 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 165 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.02 |
| HSL | 81.18º | 0.89% | 0.81% | - |
| HSV(B) | 81.18º | 0.34% | 0.98% | - |
| XYZ | 70.49 | 86.3 | 48.54 | - |
| YUV | 231.34 | 90.56 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 165 | 0.12 | 0 | 0.34 | 0.02 | 81.18 | 0.89 | 0.81 |
| Hex | DC | FA | A5 | C | 0 | 22 | 2 | 51 | 59 | 51 |
| Octal | 334 | 372 | 245 | 14 | 0 | 42 | 2 | 121 | 131 | 121 |
| Binary | 11011100 | 11111010 | 10100101 | 1100 | 0 | 100010 | 10 | 1010001 | 1011001 | 1010001 |
Color Harmonies of #DCFAA5
Complementary color
Monochromatic Colors of #DCFAA5
Black with #DCFAA5
Text Example
Text Example
White with #DCFAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAA5; }
p { color: rgb(220,250,165); }
H1.HeaderClassName
{
color: #DCFAA5;
}
.AnyTagClassName
{
color: #DCFAA5;
}
</style>
background-color css
<style>
a { background-color: #DCFAA5; }
a { background-color: rgb(220,250,165); }
div.DivClassName
{
background-color: #DCFAA5;
}
.BgClassName
{
background-color: #DCFAA5;
}
</style>
border-color css
<style>
span { border-color: #DCFAA5; }
span { border-color: rgb(220,250,165); }
td.TdClassName
{
border-color: #DCFAA5;
}
.TagClassName
{
border-color: #DCFAA5;
}
</style>