Shades of Reef #DCFAAD
Tints of Reef #DCFAAD
RGB
CMYK
RGB Variations
Color information
#DCFAAD (or 0xDCFAAD) is known color: Reef. HEX triplet: DC, FA and AD. RGB value is (220,250,173). Sum of RGB (Red+Green+Blue) = 220+250+173=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 173 (67.97% from 255 or 26.91% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFAAD is #230552. Grayscale: #E8E8E8. Windows color (decimal): -2295123 or 11401948. OLE color: 11401948.
HSL color Cylindrical-coordinate representation of color #DCFAAD: hue angle of 83.38º 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 #DCFAAD is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 173 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.02 |
| HSL | 83.38º | 0.89% | 0.83% | - |
| HSV(B) | 83.38º | 0.31% | 0.98% | - |
| XYZ | 71.24 | 86.6 | 52.5 | - |
| YUV | 232.25 | 94.56 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 173 | 0.12 | 0 | 0.31 | 0.02 | 83.38 | 0.89 | 0.83 |
| Hex | DC | FA | AD | C | 0 | 1F | 2 | 53 | 59 | 53 |
| Octal | 334 | 372 | 255 | 14 | 0 | 37 | 2 | 123 | 131 | 123 |
| Binary | 11011100 | 11111010 | 10101101 | 1100 | 0 | 11111 | 10 | 1010011 | 1011001 | 1010011 |
Color Harmonies of #DCFAAD
Complementary color
Monochromatic Colors of #DCFAAD
Black with #DCFAAD
Text Example
Text Example
White with #DCFAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAAD; }
p { color: rgb(220,250,173); }
H1.HeaderClassName
{
color: #DCFAAD;
}
.AnyTagClassName
{
color: #DCFAAD;
}
</style>
background-color css
<style>
a { background-color: #DCFAAD; }
a { background-color: rgb(220,250,173); }
div.DivClassName
{
background-color: #DCFAAD;
}
.BgClassName
{
background-color: #DCFAAD;
}
</style>
border-color css
<style>
span { border-color: #DCFAAD; }
span { border-color: rgb(220,250,173); }
td.TdClassName
{
border-color: #DCFAAD;
}
.TagClassName
{
border-color: #DCFAAD;
}
</style>