Shades of Reef #DCEF99
Tints of Reef #DCEF99
RGB
CMYK
RGB Variations
Color information
#DCEF99 (or 0xDCEF99) is known color: Reef. HEX triplet: DC, EF and 99. RGB value is (220,239,153). Sum of RGB (Red+Green+Blue) = 220+239+153=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 153 (60.16% from 255 or 25% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEF99 is #231066. Grayscale: #DFDFDF. Windows color (decimal): -2297959 or 10088412. OLE color: 10088412.
HSL color Cylindrical-coordinate representation of color #DCEF99: hue angle of 73.26º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCEF99 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 153 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.06 |
| HSL | 73.26º | 0.73% | 0.77% | - |
| HSV(B) | 73.26º | 0.36% | 0.94% | - |
| XYZ | 66.13 | 79.25 | 41.95 | - |
| YUV | 223.52 | 88.21 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 153 | 0.08 | 0 | 0.36 | 0.06 | 73.26 | 0.73 | 0.77 |
| Hex | DC | EF | 99 | 8 | 0 | 24 | 6 | 49 | 49 | 4D |
| Octal | 334 | 357 | 231 | 10 | 0 | 44 | 6 | 111 | 111 | 115 |
| Binary | 11011100 | 11101111 | 10011001 | 1000 | 0 | 100100 | 110 | 1001001 | 1001001 | 1001101 |
Color Harmonies of #DCEF99
Complementary color
Monochromatic Colors of #DCEF99
Black with #DCEF99
Text Example
Text Example
White with #DCEF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF99; }
p { color: rgb(220,239,153); }
H1.HeaderClassName
{
color: #DCEF99;
}
.AnyTagClassName
{
color: #DCEF99;
}
</style>
background-color css
<style>
a { background-color: #DCEF99; }
a { background-color: rgb(220,239,153); }
div.DivClassName
{
background-color: #DCEF99;
}
.BgClassName
{
background-color: #DCEF99;
}
</style>
border-color css
<style>
span { border-color: #DCEF99; }
span { border-color: rgb(220,239,153); }
td.TdClassName
{
border-color: #DCEF99;
}
.TagClassName
{
border-color: #DCEF99;
}
</style>