Shades of Reef #DCEF9B
Tints of Reef #DCEF9B
RGB
CMYK
RGB Variations
Color information
#DCEF9B (or 0xDCEF9B) is known color: Reef. HEX triplet: DC, EF and 9B. RGB value is (220,239,155). Sum of RGB (Red+Green+Blue) = 220+239+155=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 155 (60.94% from 255 or 25.24% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEF9B is #231064. Grayscale: #E0E0E0. Windows color (decimal): -2297957 or 10219484. OLE color: 10219484.
HSL color Cylindrical-coordinate representation of color #DCEF9B: hue angle of 73.57º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCEF9B is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 155 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.06 |
| HSL | 73.57º | 0.72% | 0.77% | - |
| HSV(B) | 73.57º | 0.35% | 0.94% | - |
| XYZ | 66.3 | 79.32 | 42.83 | - |
| YUV | 223.74 | 89.21 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 155 | 0.08 | 0 | 0.35 | 0.06 | 73.57 | 0.72 | 0.77 |
| Hex | DC | EF | 9B | 8 | 0 | 23 | 6 | 4A | 48 | 4D |
| Octal | 334 | 357 | 233 | 10 | 0 | 43 | 6 | 112 | 110 | 115 |
| Binary | 11011100 | 11101111 | 10011011 | 1000 | 0 | 100011 | 110 | 1001010 | 1001000 | 1001101 |
Color Harmonies of #DCEF9B
Complementary color
Monochromatic Colors of #DCEF9B
Black with #DCEF9B
Text Example
Text Example
White with #DCEF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF9B; }
p { color: rgb(220,239,155); }
H1.HeaderClassName
{
color: #DCEF9B;
}
.AnyTagClassName
{
color: #DCEF9B;
}
</style>
background-color css
<style>
a { background-color: #DCEF9B; }
a { background-color: rgb(220,239,155); }
div.DivClassName
{
background-color: #DCEF9B;
}
.BgClassName
{
background-color: #DCEF9B;
}
</style>
border-color css
<style>
span { border-color: #DCEF9B; }
span { border-color: rgb(220,239,155); }
td.TdClassName
{
border-color: #DCEF9B;
}
.TagClassName
{
border-color: #DCEF9B;
}
</style>