Shades of Reef #DCFAAC
Tints of Reef #DCFAAC
RGB
CMYK
RGB Variations
Color information
#DCFAAC (or 0xDCFAAC) is known color: Reef. HEX triplet: DC, FA and AC. RGB value is (220,250,172). Sum of RGB (Red+Green+Blue) = 220+250+172=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 172 (67.58% from 255 or 26.79% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFAAC is #230553. Grayscale: #E8E8E8. Windows color (decimal): -2295124 or 11336412. OLE color: 11336412.
HSL color Cylindrical-coordinate representation of color #DCFAAC: hue angle of 83.08º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCFAAC is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 172 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.02 |
| HSL | 83.08º | 0.89% | 0.83% | - |
| HSV(B) | 83.08º | 0.31% | 0.98% | - |
| XYZ | 71.15 | 86.57 | 51.99 | - |
| YUV | 232.14 | 94.06 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 172 | 0.12 | 0 | 0.31 | 0.02 | 83.08 | 0.89 | 0.83 |
| Hex | DC | FA | AC | C | 0 | 1F | 2 | 53 | 59 | 53 |
| Octal | 334 | 372 | 254 | 14 | 0 | 37 | 2 | 123 | 131 | 123 |
| Binary | 11011100 | 11111010 | 10101100 | 1100 | 0 | 11111 | 10 | 1010011 | 1011001 | 1010011 |
Color Harmonies of #DCFAAC
Complementary color
Monochromatic Colors of #DCFAAC
Black with #DCFAAC
Text Example
Text Example
White with #DCFAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAAC; }
p { color: rgb(220,250,172); }
H1.HeaderClassName
{
color: #DCFAAC;
}
.AnyTagClassName
{
color: #DCFAAC;
}
</style>
background-color css
<style>
a { background-color: #DCFAAC; }
a { background-color: rgb(220,250,172); }
div.DivClassName
{
background-color: #DCFAAC;
}
.BgClassName
{
background-color: #DCFAAC;
}
</style>
border-color css
<style>
span { border-color: #DCFAAC; }
span { border-color: rgb(220,250,172); }
td.TdClassName
{
border-color: #DCFAAC;
}
.TagClassName
{
border-color: #DCFAAC;
}
</style>