Shades of Reef #DCF5AA
Tints of Reef #DCF5AA
RGB
CMYK
RGB Variations
Color information
#DCF5AA (or 0xDCF5AA) is known color: Reef. HEX triplet: DC, F5 and AA. RGB value is (220,245,170). Sum of RGB (Red+Green+Blue) = 220+245+170=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 245 (96.09% from 255 or 38.58% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF5AA is #230A55. Grayscale: #E5E5E5. Windows color (decimal): -2296406 or 11204060. OLE color: 11204060.
HSL color Cylindrical-coordinate representation of color #DCF5AA: hue angle of 80º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCF5AA is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 170 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.04 |
| HSL | 80º | 0.79% | 0.81% | - |
| HSV(B) | 80º | 0.31% | 0.96% | - |
| XYZ | 69.42 | 83.42 | 50.47 | - |
| YUV | 228.98 | 94.72 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 170 | 0.10 | 0 | 0.31 | 0.04 | 80 | 0.79 | 0.81 |
| Hex | DC | F5 | AA | A | 0 | 1F | 4 | 50 | 4F | 51 |
| Octal | 334 | 365 | 252 | 12 | 0 | 37 | 4 | 120 | 117 | 121 |
| Binary | 11011100 | 11110101 | 10101010 | 1010 | 0 | 11111 | 100 | 1010000 | 1001111 | 1010001 |
Color Harmonies of #DCF5AA
Complementary color
Monochromatic Colors of #DCF5AA
Black with #DCF5AA
Text Example
Text Example
White with #DCF5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF5AA; }
p { color: rgb(220,245,170); }
H1.HeaderClassName
{
color: #DCF5AA;
}
.AnyTagClassName
{
color: #DCF5AA;
}
</style>
background-color css
<style>
a { background-color: #DCF5AA; }
a { background-color: rgb(220,245,170); }
div.DivClassName
{
background-color: #DCF5AA;
}
.BgClassName
{
background-color: #DCF5AA;
}
</style>
border-color css
<style>
span { border-color: #DCF5AA; }
span { border-color: rgb(220,245,170); }
td.TdClassName
{
border-color: #DCF5AA;
}
.TagClassName
{
border-color: #DCF5AA;
}
</style>