Shades of Reef #DCF8B5
Tints of Reef #DCF8B5
RGB
CMYK
RGB Variations
Color information
#DCF8B5 (or 0xDCF8B5) is known color: Reef. HEX triplet: DC, F8 and B5. RGB value is (220,248,181). Sum of RGB (Red+Green+Blue) = 220+248+181=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 248 (97.27% from 255 or 38.21% from 649); Blue value is 181 (71.09% from 255 or 27.89% from 649); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF8B5 is #23074A. Grayscale: #E8E8E8. Windows color (decimal): -2295627 or 11925724. OLE color: 11925724.
HSL color Cylindrical-coordinate representation of color #DCF8B5: hue angle of 85.07º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCF8B5 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 181 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.03 |
| HSL | 85.07º | 0.83% | 0.84% | - |
| HSV(B) | 85.07º | 0.27% | 0.97% | - |
| XYZ | 71.42 | 85.69 | 56.49 | - |
| YUV | 231.99 | 99.22 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 181 | 0.11 | 0 | 0.27 | 0.03 | 85.07 | 0.83 | 0.84 |
| Hex | DC | F8 | B5 | B | 0 | 1B | 3 | 55 | 53 | 54 |
| Octal | 334 | 370 | 265 | 13 | 0 | 33 | 3 | 125 | 123 | 124 |
| Binary | 11011100 | 11111000 | 10110101 | 1011 | 0 | 11011 | 11 | 1010101 | 1010011 | 1010100 |
Color Harmonies of #DCF8B5
Complementary color
Monochromatic Colors of #DCF8B5
Black with #DCF8B5
Text Example
Text Example
White with #DCF8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF8B5; }
p { color: rgb(220,248,181); }
H1.HeaderClassName
{
color: #DCF8B5;
}
.AnyTagClassName
{
color: #DCF8B5;
}
</style>
background-color css
<style>
a { background-color: #DCF8B5; }
a { background-color: rgb(220,248,181); }
div.DivClassName
{
background-color: #DCF8B5;
}
.BgClassName
{
background-color: #DCF8B5;
}
</style>
border-color css
<style>
span { border-color: #DCF8B5; }
span { border-color: rgb(220,248,181); }
td.TdClassName
{
border-color: #DCF8B5;
}
.TagClassName
{
border-color: #DCF8B5;
}
</style>