Shades of Reef #DCF1AB
Tints of Reef #DCF1AB
RGB
CMYK
RGB Variations
Color information
#DCF1AB (or 0xDCF1AB) is known color: Reef. HEX triplet: DC, F1 and AB. RGB value is (220,241,171). Sum of RGB (Red+Green+Blue) = 220+241+171=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 171 (67.19% from 255 or 27.06% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF1AB is #230E54. Grayscale: #E3E3E3. Windows color (decimal): -2297429 or 11268572. OLE color: 11268572.
HSL color Cylindrical-coordinate representation of color #DCF1AB: hue angle of 78º 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 #DCF1AB is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 171 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.05 |
| HSL | 78º | 0.71% | 0.81% | - |
| HSV(B) | 78º | 0.29% | 0.95% | - |
| XYZ | 68.32 | 81.07 | 50.57 | - |
| YUV | 226.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 171 | 0.09 | 0 | 0.29 | 0.05 | 78 | 0.71 | 0.81 |
| Hex | DC | F1 | AB | 9 | 0 | 1D | 5 | 4E | 47 | 51 |
| Octal | 334 | 361 | 253 | 11 | 0 | 35 | 5 | 116 | 107 | 121 |
| Binary | 11011100 | 11110001 | 10101011 | 1001 | 0 | 11101 | 101 | 1001110 | 1000111 | 1010001 |
Color Harmonies of #DCF1AB
Complementary color
Monochromatic Colors of #DCF1AB
Black with #DCF1AB
Text Example
Text Example
White with #DCF1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1AB; }
p { color: rgb(220,241,171); }
H1.HeaderClassName
{
color: #DCF1AB;
}
.AnyTagClassName
{
color: #DCF1AB;
}
</style>
background-color css
<style>
a { background-color: #DCF1AB; }
a { background-color: rgb(220,241,171); }
div.DivClassName
{
background-color: #DCF1AB;
}
.BgClassName
{
background-color: #DCF1AB;
}
</style>
border-color css
<style>
span { border-color: #DCF1AB; }
span { border-color: rgb(220,241,171); }
td.TdClassName
{
border-color: #DCF1AB;
}
.TagClassName
{
border-color: #DCF1AB;
}
</style>