Shades of Reef #DCFAAB
Tints of Reef #DCFAAB
RGB
CMYK
RGB Variations
Color information
#DCFAAB (or 0xDCFAAB) is known color: Reef. HEX triplet: DC, FA and AB. RGB value is (220,250,171). Sum of RGB (Red+Green+Blue) = 220+250+171=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 171 (67.19% from 255 or 26.68% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFAAB is #230554. Grayscale: #E8E8E8. Windows color (decimal): -2295125 or 11270876. OLE color: 11270876.
HSL color Cylindrical-coordinate representation of color #DCFAAB: hue angle of 82.78º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCFAAB is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 171 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.02 |
| HSL | 82.78º | 0.89% | 0.83% | - |
| HSV(B) | 82.78º | 0.32% | 0.98% | - |
| XYZ | 71.05 | 86.53 | 51.48 | - |
| YUV | 232.02 | 93.56 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 171 | 0.12 | 0 | 0.32 | 0.02 | 82.78 | 0.89 | 0.83 |
| Hex | DC | FA | AB | C | 0 | 20 | 2 | 53 | 59 | 53 |
| Octal | 334 | 372 | 253 | 14 | 0 | 40 | 2 | 123 | 131 | 123 |
| Binary | 11011100 | 11111010 | 10101011 | 1100 | 0 | 100000 | 10 | 1010011 | 1011001 | 1010011 |
Color Harmonies of #DCFAAB
Complementary color
Monochromatic Colors of #DCFAAB
Black with #DCFAAB
Text Example
Text Example
White with #DCFAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAAB; }
p { color: rgb(220,250,171); }
H1.HeaderClassName
{
color: #DCFAAB;
}
.AnyTagClassName
{
color: #DCFAAB;
}
</style>
background-color css
<style>
a { background-color: #DCFAAB; }
a { background-color: rgb(220,250,171); }
div.DivClassName
{
background-color: #DCFAAB;
}
.BgClassName
{
background-color: #DCFAAB;
}
</style>
border-color css
<style>
span { border-color: #DCFAAB; }
span { border-color: rgb(220,250,171); }
td.TdClassName
{
border-color: #DCFAAB;
}
.TagClassName
{
border-color: #DCFAAB;
}
</style>