Shades of Reef #DCEFA1
Tints of Reef #DCEFA1
RGB
CMYK
RGB Variations
Color information
#DCEFA1 (or 0xDCEFA1) is known color: Reef. HEX triplet: DC, EF and A1. RGB value is (220,239,161). Sum of RGB (Red+Green+Blue) = 220+239+161=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 161 (63.28% from 255 or 25.97% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEFA1 is #23105E. Grayscale: #E0E0E0. Windows color (decimal): -2297951 or 10612700. OLE color: 10612700.
HSL color Cylindrical-coordinate representation of color #DCEFA1: hue angle of 74.62º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCEFA1 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 161 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.06 |
| HSL | 74.62º | 0.71% | 0.78% | - |
| HSV(B) | 74.62º | 0.33% | 0.94% | - |
| XYZ | 66.81 | 79.52 | 45.55 | - |
| YUV | 224.43 | 92.21 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 161 | 0.08 | 0 | 0.33 | 0.06 | 74.62 | 0.71 | 0.78 |
| Hex | DC | EF | A1 | 8 | 0 | 21 | 6 | 4B | 47 | 4E |
| Octal | 334 | 357 | 241 | 10 | 0 | 41 | 6 | 113 | 107 | 116 |
| Binary | 11011100 | 11101111 | 10100001 | 1000 | 0 | 100001 | 110 | 1001011 | 1000111 | 1001110 |
Color Harmonies of #DCEFA1
Complementary color
Monochromatic Colors of #DCEFA1
Black with #DCEFA1
Text Example
Text Example
White with #DCEFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFA1; }
p { color: rgb(220,239,161); }
H1.HeaderClassName
{
color: #DCEFA1;
}
.AnyTagClassName
{
color: #DCEFA1;
}
</style>
background-color css
<style>
a { background-color: #DCEFA1; }
a { background-color: rgb(220,239,161); }
div.DivClassName
{
background-color: #DCEFA1;
}
.BgClassName
{
background-color: #DCEFA1;
}
</style>
border-color css
<style>
span { border-color: #DCEFA1; }
span { border-color: rgb(220,239,161); }
td.TdClassName
{
border-color: #DCEFA1;
}
.TagClassName
{
border-color: #DCEFA1;
}
</style>