Shades of Reef #DCECAE
Tints of Reef #DCECAE
RGB
CMYK
RGB Variations
Color information
#DCECAE (or 0xDCECAE) is known color: Reef. HEX triplet: DC, EC and AE. RGB value is (220,236,174). Sum of RGB (Red+Green+Blue) = 220+236+174=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCECAE is #231351. Grayscale: #E0E0E0. Windows color (decimal): -2298706 or 11463900. OLE color: 11463900.
HSL color Cylindrical-coordinate representation of color #DCECAE: hue angle of 75.48º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCECAE is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 174 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.07 |
| HSL | 75.48º | 0.62% | 0.8% | - |
| HSV(B) | 75.48º | 0.26% | 0.93% | - |
| XYZ | 67.15 | 78.26 | 51.61 | - |
| YUV | 224.15 | 99.7 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 174 | 0.07 | 0 | 0.26 | 0.07 | 75.48 | 0.62 | 0.8 |
| Hex | DC | EC | AE | 7 | 0 | 1A | 7 | 4B | 3E | 50 |
| Octal | 334 | 354 | 256 | 7 | 0 | 32 | 7 | 113 | 76 | 120 |
| Binary | 11011100 | 11101100 | 10101110 | 111 | 0 | 11010 | 111 | 1001011 | 111110 | 1010000 |
Color Harmonies of #DCECAE
Complementary color
Monochromatic Colors of #DCECAE
Black with #DCECAE
Text Example
Text Example
White with #DCECAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECAE; }
p { color: rgb(220,236,174); }
H1.HeaderClassName
{
color: #DCECAE;
}
.AnyTagClassName
{
color: #DCECAE;
}
</style>
background-color css
<style>
a { background-color: #DCECAE; }
a { background-color: rgb(220,236,174); }
div.DivClassName
{
background-color: #DCECAE;
}
.BgClassName
{
background-color: #DCECAE;
}
</style>
border-color css
<style>
span { border-color: #DCECAE; }
span { border-color: rgb(220,236,174); }
td.TdClassName
{
border-color: #DCECAE;
}
.TagClassName
{
border-color: #DCECAE;
}
</style>