Shades of Reef #DCF1AC
Tints of Reef #DCF1AC
RGB
CMYK
RGB Variations
Color information
#DCF1AC (or 0xDCF1AC) is known color: Reef. HEX triplet: DC, F1 and AC. RGB value is (220,241,172). Sum of RGB (Red+Green+Blue) = 220+241+172=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 172 (67.58% from 255 or 27.17% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF1AC is #230E53. Grayscale: #E3E3E3. Windows color (decimal): -2297428 or 11334108. OLE color: 11334108.
HSL color Cylindrical-coordinate representation of color #DCF1AC: hue angle of 78.26º degrees, saturation: 0.71, 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 #DCF1AC is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 172 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.05 |
| HSL | 78.26º | 0.71% | 0.81% | - |
| HSV(B) | 78.26º | 0.29% | 0.95% | - |
| XYZ | 68.42 | 81.1 | 51.08 | - |
| YUV | 226.86 | 97.04 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 172 | 0.09 | 0 | 0.29 | 0.05 | 78.26 | 0.71 | 0.81 |
| Hex | DC | F1 | AC | 9 | 0 | 1D | 5 | 4E | 47 | 51 |
| Octal | 334 | 361 | 254 | 11 | 0 | 35 | 5 | 116 | 107 | 121 |
| Binary | 11011100 | 11110001 | 10101100 | 1001 | 0 | 11101 | 101 | 1001110 | 1000111 | 1010001 |
Color Harmonies of #DCF1AC
Complementary color
Monochromatic Colors of #DCF1AC
Black with #DCF1AC
Text Example
Text Example
White with #DCF1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1AC; }
p { color: rgb(220,241,172); }
H1.HeaderClassName
{
color: #DCF1AC;
}
.AnyTagClassName
{
color: #DCF1AC;
}
</style>
background-color css
<style>
a { background-color: #DCF1AC; }
a { background-color: rgb(220,241,172); }
div.DivClassName
{
background-color: #DCF1AC;
}
.BgClassName
{
background-color: #DCF1AC;
}
</style>
border-color css
<style>
span { border-color: #DCF1AC; }
span { border-color: rgb(220,241,172); }
td.TdClassName
{
border-color: #DCF1AC;
}
.TagClassName
{
border-color: #DCF1AC;
}
</style>