Shades of Reef #DCEDB3
Tints of Reef #DCEDB3
RGB
CMYK
RGB Variations
Color information
#DCEDB3 (or 0xDCEDB3) is known color: Reef. HEX triplet: DC, ED and B3. RGB value is (220,237,179). Sum of RGB (Red+Green+Blue) = 220+237+179=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 179 (70.31% from 255 or 28.14% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDB3 is #23124C. Grayscale: #E1E1E1. Windows color (decimal): -2298445 or 11791836. OLE color: 11791836.
HSL color Cylindrical-coordinate representation of color #DCEDB3: hue angle of 77.59º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCEDB3 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 179 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.07 |
| HSL | 77.59º | 0.62% | 0.82% | - |
| HSV(B) | 77.59º | 0.24% | 0.93% | - |
| XYZ | 67.94 | 79.04 | 54.32 | - |
| YUV | 225.31 | 101.87 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 179 | 0.07 | 0 | 0.24 | 0.07 | 77.59 | 0.62 | 0.82 |
| Hex | DC | ED | B3 | 7 | 0 | 18 | 7 | 4E | 3E | 52 |
| Octal | 334 | 355 | 263 | 7 | 0 | 30 | 7 | 116 | 76 | 122 |
| Binary | 11011100 | 11101101 | 10110011 | 111 | 0 | 11000 | 111 | 1001110 | 111110 | 1010010 |
Color Harmonies of #DCEDB3
Complementary color
Monochromatic Colors of #DCEDB3
Black with #DCEDB3
Text Example
Text Example
White with #DCEDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDB3; }
p { color: rgb(220,237,179); }
H1.HeaderClassName
{
color: #DCEDB3;
}
.AnyTagClassName
{
color: #DCEDB3;
}
</style>
background-color css
<style>
a { background-color: #DCEDB3; }
a { background-color: rgb(220,237,179); }
div.DivClassName
{
background-color: #DCEDB3;
}
.BgClassName
{
background-color: #DCEDB3;
}
</style>
border-color css
<style>
span { border-color: #DCEDB3; }
span { border-color: rgb(220,237,179); }
td.TdClassName
{
border-color: #DCEDB3;
}
.TagClassName
{
border-color: #DCEDB3;
}
</style>