Shades of Reef #DCEF9D
Tints of Reef #DCEF9D
RGB
CMYK
RGB Variations
Color information
#DCEF9D (or 0xDCEF9D) is known color: Reef. HEX triplet: DC, EF and 9D. RGB value is (220,239,157). Sum of RGB (Red+Green+Blue) = 220+239+157=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 157 (61.72% from 255 or 25.49% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEF9D is #231062. Grayscale: #E0E0E0. Windows color (decimal): -2297955 or 10350556. OLE color: 10350556.
HSL color Cylindrical-coordinate representation of color #DCEF9D: hue angle of 73.9º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCEF9D is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 157 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.06 |
| HSL | 73.9º | 0.72% | 0.78% | - |
| HSV(B) | 73.9º | 0.34% | 0.94% | - |
| XYZ | 66.47 | 79.38 | 43.72 | - |
| YUV | 223.97 | 90.21 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 157 | 0.08 | 0 | 0.34 | 0.06 | 73.9 | 0.72 | 0.78 |
| Hex | DC | EF | 9D | 8 | 0 | 22 | 6 | 4A | 48 | 4E |
| Octal | 334 | 357 | 235 | 10 | 0 | 42 | 6 | 112 | 110 | 116 |
| Binary | 11011100 | 11101111 | 10011101 | 1000 | 0 | 100010 | 110 | 1001010 | 1001000 | 1001110 |
Color Harmonies of #DCEF9D
Complementary color
Monochromatic Colors of #DCEF9D
Black with #DCEF9D
Text Example
Text Example
White with #DCEF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF9D; }
p { color: rgb(220,239,157); }
H1.HeaderClassName
{
color: #DCEF9D;
}
.AnyTagClassName
{
color: #DCEF9D;
}
</style>
background-color css
<style>
a { background-color: #DCEF9D; }
a { background-color: rgb(220,239,157); }
div.DivClassName
{
background-color: #DCEF9D;
}
.BgClassName
{
background-color: #DCEF9D;
}
</style>
border-color css
<style>
span { border-color: #DCEF9D; }
span { border-color: rgb(220,239,157); }
td.TdClassName
{
border-color: #DCEF9D;
}
.TagClassName
{
border-color: #DCEF9D;
}
</style>