Shades of Reef #DCF1AA
Tints of Reef #DCF1AA
RGB
CMYK
RGB Variations
Color information
#DCF1AA (or 0xDCF1AA) is known color: Reef. HEX triplet: DC, F1 and AA. RGB value is (220,241,170). Sum of RGB (Red+Green+Blue) = 220+241+170=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF1AA is #230E55. Grayscale: #E2E2E2. Windows color (decimal): -2297430 or 11203036. OLE color: 11203036.
HSL color Cylindrical-coordinate representation of color #DCF1AA: hue angle of 77.75º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCF1AA is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 170 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.05 |
| HSL | 77.75º | 0.72% | 0.81% | - |
| HSV(B) | 77.75º | 0.29% | 0.95% | - |
| XYZ | 68.23 | 81.03 | 50.07 | - |
| YUV | 226.63 | 96.04 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 170 | 0.09 | 0 | 0.29 | 0.05 | 77.75 | 0.72 | 0.81 |
| Hex | DC | F1 | AA | 9 | 0 | 1D | 5 | 4E | 48 | 51 |
| Octal | 334 | 361 | 252 | 11 | 0 | 35 | 5 | 116 | 110 | 121 |
| Binary | 11011100 | 11110001 | 10101010 | 1001 | 0 | 11101 | 101 | 1001110 | 1001000 | 1010001 |
Color Harmonies of #DCF1AA
Complementary color
Monochromatic Colors of #DCF1AA
Black with #DCF1AA
Text Example
Text Example
White with #DCF1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1AA; }
p { color: rgb(220,241,170); }
H1.HeaderClassName
{
color: #DCF1AA;
}
.AnyTagClassName
{
color: #DCF1AA;
}
</style>
background-color css
<style>
a { background-color: #DCF1AA; }
a { background-color: rgb(220,241,170); }
div.DivClassName
{
background-color: #DCF1AA;
}
.BgClassName
{
background-color: #DCF1AA;
}
</style>
border-color css
<style>
span { border-color: #DCF1AA; }
span { border-color: rgb(220,241,170); }
td.TdClassName
{
border-color: #DCF1AA;
}
.TagClassName
{
border-color: #DCF1AA;
}
</style>