Shades of Reef #DCFAAA
Tints of Reef #DCFAAA
RGB
CMYK
RGB Variations
Color information
#DCFAAA (or 0xDCFAAA) is known color: Reef. HEX triplet: DC, FA and AA. RGB value is (220,250,170). Sum of RGB (Red+Green+Blue) = 220+250+170=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 170 (66.80% from 255 or 26.56% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFAAA is #230555. Grayscale: #E8E8E8. Windows color (decimal): -2295126 or 11205340. OLE color: 11205340.
HSL color Cylindrical-coordinate representation of color #DCFAAA: hue angle of 82.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCFAAA is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 170 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.02 |
| HSL | 82.5º | 0.89% | 0.82% | - |
| HSV(B) | 82.5º | 0.32% | 0.98% | - |
| XYZ | 70.96 | 86.49 | 50.98 | - |
| YUV | 231.91 | 93.06 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 170 | 0.12 | 0 | 0.32 | 0.02 | 82.5 | 0.89 | 0.82 |
| Hex | DC | FA | AA | C | 0 | 20 | 2 | 52 | 59 | 52 |
| Octal | 334 | 372 | 252 | 14 | 0 | 40 | 2 | 122 | 131 | 122 |
| Binary | 11011100 | 11111010 | 10101010 | 1100 | 0 | 100000 | 10 | 1010010 | 1011001 | 1010010 |
Color Harmonies of #DCFAAA
Complementary color
Monochromatic Colors of #DCFAAA
Black with #DCFAAA
Text Example
Text Example
White with #DCFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAAA; }
p { color: rgb(220,250,170); }
H1.HeaderClassName
{
color: #DCFAAA;
}
.AnyTagClassName
{
color: #DCFAAA;
}
</style>
background-color css
<style>
a { background-color: #DCFAAA; }
a { background-color: rgb(220,250,170); }
div.DivClassName
{
background-color: #DCFAAA;
}
.BgClassName
{
background-color: #DCFAAA;
}
</style>
border-color css
<style>
span { border-color: #DCFAAA; }
span { border-color: rgb(220,250,170); }
td.TdClassName
{
border-color: #DCFAAA;
}
.TagClassName
{
border-color: #DCFAAA;
}
</style>