Shades of Reef #DCEDB1
Tints of Reef #DCEDB1
RGB
CMYK
RGB Variations
Color information
#DCEDB1 (or 0xDCEDB1) is known color: Reef. HEX triplet: DC, ED and B1. RGB value is (220,237,177). Sum of RGB (Red+Green+Blue) = 220+237+177=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 177 (69.53% from 255 or 27.92% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEDB1 is #23124E. Grayscale: #E1E1E1. Windows color (decimal): -2298447 or 11660764. OLE color: 11660764.
HSL color Cylindrical-coordinate representation of color #DCEDB1: hue angle of 77º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCEDB1 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 177 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.07 |
| HSL | 77º | 0.63% | 0.81% | - |
| HSV(B) | 77º | 0.25% | 0.93% | - |
| XYZ | 67.74 | 78.96 | 53.27 | - |
| YUV | 225.08 | 100.87 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 177 | 0.07 | 0 | 0.25 | 0.07 | 77 | 0.63 | 0.81 |
| Hex | DC | ED | B1 | 7 | 0 | 19 | 7 | 4D | 3E | 51 |
| Octal | 334 | 355 | 261 | 7 | 0 | 31 | 7 | 115 | 76 | 121 |
| Binary | 11011100 | 11101101 | 10110001 | 111 | 0 | 11001 | 111 | 1001101 | 111110 | 1010001 |
Color Harmonies of #DCEDB1
Complementary color
Monochromatic Colors of #DCEDB1
Black with #DCEDB1
Text Example
Text Example
White with #DCEDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDB1; }
p { color: rgb(220,237,177); }
H1.HeaderClassName
{
color: #DCEDB1;
}
.AnyTagClassName
{
color: #DCEDB1;
}
</style>
background-color css
<style>
a { background-color: #DCEDB1; }
a { background-color: rgb(220,237,177); }
div.DivClassName
{
background-color: #DCEDB1;
}
.BgClassName
{
background-color: #DCEDB1;
}
</style>
border-color css
<style>
span { border-color: #DCEDB1; }
span { border-color: rgb(220,237,177); }
td.TdClassName
{
border-color: #DCEDB1;
}
.TagClassName
{
border-color: #DCEDB1;
}
</style>