Shades of Givry #ECCFAF
Tints of Givry #ECCFAF
RGB
CMYK
RGB Variations
Color information
#ECCFAF (or 0xECCFAF) is known color: Givry. HEX triplet: EC, CF and AF. RGB value is (236,207,175). Sum of RGB (Red+Green+Blue) = 236+207+175=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCFAF is #133050. Grayscale: #D4D4D4. Windows color (decimal): -1257553 or 11522028. OLE color: 11522028.
HSL color Cylindrical-coordinate representation of color #ECCFAF: hue angle of 31.48º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECCFAF is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 175 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.07 |
| HSL | 31.48º | 0.62% | 0.81% | - |
| HSV(B) | 31.48º | 0.26% | 0.93% | - |
| XYZ | 64.64 | 65.55 | 49.8 | - |
| YUV | 212.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 175 | 0 | 0.12 | 0.26 | 0.07 | 31.48 | 0.62 | 0.81 |
| Hex | EC | CF | AF | 0 | C | 1A | 7 | 1F | 3E | 51 |
| Octal | 354 | 317 | 257 | 0 | 14 | 32 | 7 | 37 | 76 | 121 |
| Binary | 11101100 | 11001111 | 10101111 | 0 | 1100 | 11010 | 111 | 11111 | 111110 | 1010001 |
Color Harmonies of #ECCFAF
Complementary color
Monochromatic Colors of #ECCFAF
Black with #ECCFAF
Text Example
Text Example
White with #ECCFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFAF; }
p { color: rgb(236,207,175); }
H1.HeaderClassName
{
color: #ECCFAF;
}
.AnyTagClassName
{
color: #ECCFAF;
}
</style>
background-color css
<style>
a { background-color: #ECCFAF; }
a { background-color: rgb(236,207,175); }
div.DivClassName
{
background-color: #ECCFAF;
}
.BgClassName
{
background-color: #ECCFAF;
}
</style>
border-color css
<style>
span { border-color: #ECCFAF; }
span { border-color: rgb(236,207,175); }
td.TdClassName
{
border-color: #ECCFAF;
}
.TagClassName
{
border-color: #ECCFAF;
}
</style>