Shades of Reef #DCEFAC
Tints of Reef #DCEFAC
RGB
CMYK
RGB Variations
Color information
#DCEFAC (or 0xDCEFAC) is known color: Reef. HEX triplet: DC, EF and AC. RGB value is (220,239,172). Sum of RGB (Red+Green+Blue) = 220+239+172=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEFAC is #231053. Grayscale: #E1E1E1. Windows color (decimal): -2297940 or 11333596. OLE color: 11333596.
HSL color Cylindrical-coordinate representation of color #DCEFAC: hue angle of 77.01º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCEFAC is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 172 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.06 |
| HSL | 77.01º | 0.68% | 0.81% | - |
| HSV(B) | 77.01º | 0.28% | 0.94% | - |
| XYZ | 67.83 | 79.93 | 50.88 | - |
| YUV | 225.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 172 | 0.08 | 0 | 0.28 | 0.06 | 77.01 | 0.68 | 0.81 |
| Hex | DC | EF | AC | 8 | 0 | 1C | 6 | 4D | 44 | 51 |
| Octal | 334 | 357 | 254 | 10 | 0 | 34 | 6 | 115 | 104 | 121 |
| Binary | 11011100 | 11101111 | 10101100 | 1000 | 0 | 11100 | 110 | 1001101 | 1000100 | 1010001 |
Color Harmonies of #DCEFAC
Complementary color
Monochromatic Colors of #DCEFAC
Black with #DCEFAC
Text Example
Text Example
White with #DCEFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFAC; }
p { color: rgb(220,239,172); }
H1.HeaderClassName
{
color: #DCEFAC;
}
.AnyTagClassName
{
color: #DCEFAC;
}
</style>
background-color css
<style>
a { background-color: #DCEFAC; }
a { background-color: rgb(220,239,172); }
div.DivClassName
{
background-color: #DCEFAC;
}
.BgClassName
{
background-color: #DCEFAC;
}
</style>
border-color css
<style>
span { border-color: #DCEFAC; }
span { border-color: rgb(220,239,172); }
td.TdClassName
{
border-color: #DCEFAC;
}
.TagClassName
{
border-color: #DCEFAC;
}
</style>