Shades of Reef #DCEDAB
Tints of Reef #DCEDAB
RGB
CMYK
RGB Variations
Color information
#DCEDAB (or 0xDCEDAB) is known color: Reef. HEX triplet: DC, ED and AB. RGB value is (220,237,171). Sum of RGB (Red+Green+Blue) = 220+237+171=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEDAB is #231254. Grayscale: #E0E0E0. Windows color (decimal): -2298453 or 11267548. OLE color: 11267548.
HSL color Cylindrical-coordinate representation of color #DCEDAB: hue angle of 75.45º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCEDAB is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 171 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.07 |
| HSL | 75.45º | 0.65% | 0.8% | - |
| HSV(B) | 75.45º | 0.28% | 0.93% | - |
| XYZ | 67.15 | 78.72 | 50.18 | - |
| YUV | 224.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 171 | 0.07 | 0 | 0.28 | 0.07 | 75.45 | 0.65 | 0.8 |
| Hex | DC | ED | AB | 7 | 0 | 1C | 7 | 4B | 41 | 50 |
| Octal | 334 | 355 | 253 | 7 | 0 | 34 | 7 | 113 | 101 | 120 |
| Binary | 11011100 | 11101101 | 10101011 | 111 | 0 | 11100 | 111 | 1001011 | 1000001 | 1010000 |
Color Harmonies of #DCEDAB
Complementary color
Monochromatic Colors of #DCEDAB
Black with #DCEDAB
Text Example
Text Example
White with #DCEDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDAB; }
p { color: rgb(220,237,171); }
H1.HeaderClassName
{
color: #DCEDAB;
}
.AnyTagClassName
{
color: #DCEDAB;
}
</style>
background-color css
<style>
a { background-color: #DCEDAB; }
a { background-color: rgb(220,237,171); }
div.DivClassName
{
background-color: #DCEDAB;
}
.BgClassName
{
background-color: #DCEDAB;
}
</style>
border-color css
<style>
span { border-color: #DCEDAB; }
span { border-color: rgb(220,237,171); }
td.TdClassName
{
border-color: #DCEDAB;
}
.TagClassName
{
border-color: #DCEDAB;
}
</style>