Shades of Reef #DCECA7
Tints of Reef #DCECA7
RGB
CMYK
RGB Variations
Color information
#DCECA7 (or 0xDCECA7) is known color: Reef. HEX triplet: DC, EC and A7. RGB value is (220,236,167). Sum of RGB (Red+Green+Blue) = 220+236+167=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 167 (65.62% from 255 or 26.81% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCECA7 is #231358. Grayscale: #DFDFDF. Windows color (decimal): -2298713 or 11005148. OLE color: 11005148.
HSL color Cylindrical-coordinate representation of color #DCECA7: hue angle of 73.91º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCECA7 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 167 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.07 |
| HSL | 73.91º | 0.64% | 0.79% | - |
| HSV(B) | 73.91º | 0.29% | 0.93% | - |
| XYZ | 66.49 | 78 | 48.11 | - |
| YUV | 223.35 | 96.2 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 167 | 0.07 | 0 | 0.29 | 0.07 | 73.91 | 0.64 | 0.79 |
| Hex | DC | EC | A7 | 7 | 0 | 1D | 7 | 4A | 40 | 4F |
| Octal | 334 | 354 | 247 | 7 | 0 | 35 | 7 | 112 | 100 | 117 |
| Binary | 11011100 | 11101100 | 10100111 | 111 | 0 | 11101 | 111 | 1001010 | 1000000 | 1001111 |
Color Harmonies of #DCECA7
Complementary color
Monochromatic Colors of #DCECA7
Black with #DCECA7
Text Example
Text Example
White with #DCECA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECA7; }
p { color: rgb(220,236,167); }
H1.HeaderClassName
{
color: #DCECA7;
}
.AnyTagClassName
{
color: #DCECA7;
}
</style>
background-color css
<style>
a { background-color: #DCECA7; }
a { background-color: rgb(220,236,167); }
div.DivClassName
{
background-color: #DCECA7;
}
.BgClassName
{
background-color: #DCECA7;
}
</style>
border-color css
<style>
span { border-color: #DCECA7; }
span { border-color: rgb(220,236,167); }
td.TdClassName
{
border-color: #DCECA7;
}
.TagClassName
{
border-color: #DCECA7;
}
</style>