Shades of Givry #ECD2B2
Tints of Givry #ECD2B2
RGB
CMYK
RGB Variations
Color information
#ECD2B2 (or 0xECD2B2) is known color: Givry. HEX triplet: EC, D2 and B2. RGB value is (236,210,178). Sum of RGB (Red+Green+Blue) = 236+210+178=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 210 (82.42% from 255 or 33.65% from 624); Blue value is 178 (69.92% from 255 or 28.53% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD2B2 is #132D4D. Grayscale: #D6D6D6. Windows color (decimal): -1256782 or 11719404. OLE color: 11719404.
HSL color Cylindrical-coordinate representation of color #ECD2B2: hue angle of 33.1º degrees, saturation: 0.6, 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 #ECD2B2 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 210 | 178 | - |
CMYK | 0 | 0.11 | 0.25 | 0.07 |
HSL | 33.1º | 0.6% | 0.81% | - |
HSV(B) | 33.1º | 0.25% | 0.93% | - |
XYZ | 65.67 | 67.14 | 51.62 | - |
YUV | 214.13 | 107.61 | 143.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 210 | 178 | 0 | 0.11 | 0.25 | 0.07 | 33.1 | 0.6 | 0.81 |
Hex | EC | D2 | B2 | 0 | B | 19 | 7 | 21 | 3C | 51 |
Octal | 354 | 322 | 262 | 0 | 13 | 31 | 7 | 41 | 74 | 121 |
Binary | 11101100 | 11010010 | 10110010 | 0 | 1011 | 11001 | 111 | 100001 | 111100 | 1010001 |
Color Harmonies of #ECD2B2
Complementary color
Monochromatic Colors of #ECD2B2
Black with #ECD2B2
Text Example
Text Example
White with #ECD2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2B2; }
p { color: rgb(236,210,178); }
H1.HeaderClassName
{
color: #ECD2B2;
}
.AnyTagClassName
{
color: #ECD2B2;
}
</style>
background-color css
<style>
a { background-color: #ECD2B2; }
a { background-color: rgb(236,210,178); }
div.DivClassName
{
background-color: #ECD2B2;
}
.BgClassName
{
background-color: #ECD2B2;
}
</style>
border-color css
<style>
span { border-color: #ECD2B2; }
span { border-color: rgb(236,210,178); }
td.TdClassName
{
border-color: #ECD2B2;
}
.TagClassName
{
border-color: #ECD2B2;
}
</style>