Shades of Reef #DCFAAF
Tints of Reef #DCFAAF
RGB
CMYK
RGB Variations
Color information
#DCFAAF (or 0xDCFAAF) is known color: Reef. HEX triplet: DC, FA and AF. RGB value is (220,250,175). Sum of RGB (Red+Green+Blue) = 220+250+175=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 175 (68.75% from 255 or 27.13% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFAAF is #230550. Grayscale: #E8E8E8. Windows color (decimal): -2295121 or 11533020. OLE color: 11533020.
HSL color Cylindrical-coordinate representation of color #DCFAAF: hue angle of 84º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCFAAF is Cyan = 0.12, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 175 | - |
| CMYK | 0.12 | 0 | 0.3 | 0.02 |
| HSL | 84º | 0.88% | 0.83% | - |
| HSV(B) | 84º | 0.3% | 0.98% | - |
| XYZ | 71.44 | 86.68 | 53.52 | - |
| YUV | 232.48 | 95.56 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 175 | 0.12 | 0 | 0.3 | 0.02 | 84 | 0.88 | 0.83 |
| Hex | DC | FA | AF | C | 0 | 1E | 2 | 54 | 58 | 53 |
| Octal | 334 | 372 | 257 | 14 | 0 | 36 | 2 | 124 | 130 | 123 |
| Binary | 11011100 | 11111010 | 10101111 | 1100 | 0 | 11110 | 10 | 1010100 | 1011000 | 1010011 |
Color Harmonies of #DCFAAF
Complementary color
Monochromatic Colors of #DCFAAF
Black with #DCFAAF
Text Example
Text Example
White with #DCFAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAAF; }
p { color: rgb(220,250,175); }
H1.HeaderClassName
{
color: #DCFAAF;
}
.AnyTagClassName
{
color: #DCFAAF;
}
</style>
background-color css
<style>
a { background-color: #DCFAAF; }
a { background-color: rgb(220,250,175); }
div.DivClassName
{
background-color: #DCFAAF;
}
.BgClassName
{
background-color: #DCFAAF;
}
</style>
border-color css
<style>
span { border-color: #DCFAAF; }
span { border-color: rgb(220,250,175); }
td.TdClassName
{
border-color: #DCFAAF;
}
.TagClassName
{
border-color: #DCFAAF;
}
</style>