#ECD2B3

Color #ECD2B3 Givry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Givry #ECD2B3

Tints of Givry #ECD2B3

Color information

#ECD2B3 (or 0xECD2B3) is unknown color: approx Givry. HEX triplet: EC, D2 and B3. RGB value is (236,210,179). Sum of RGB (Red+Green+Blue) = 236+210+179=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 179 (70.31% from 255 or 28.64% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2B3 is #132D4C. Grayscale: #D6D6D6. Windows color (decimal): -1256781 or 11784940. OLE color: 11784940.

HSL color Cylindrical-coordinate representation of color #ECD2B3: hue angle of 32.63º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECD2B3 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB236210179-
CMYK00.110.240.07
HSL32.63º60%81.37%-
HSV(B)32.63º24.15%92.55%-
XYZ65.7867.1852.15-
YUV214.24108.11143.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 37.76%
GREEN value IS 210 (82.42% from 255) = 33.6%
BLUE value IS 179 (70.31% from 255) = 28.64%
R=37.76%
G=33.6%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621017900.110.240.0732.636081.37
HexECD2B30B187213c51
Octal3543222630133074174121
Binary11101100110100101011001101011110001111000011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD2B3; }

 p { color: rgb(236,210,179); }

 H1.HeaderClassName
 {
   color: #ECD2B3;
 }
 .AnyTagClassName
 {
   color: #ECD2B3;
 }
</style>
background-color css

<style>
 a { background-color: #ECD2B3; }

 a { background-color: rgb(236,210,179); }

 div.DivClassName
 {
   background-color: #ECD2B3;
 }
 .BgClassName
 {
   background-color: #ECD2B3;
 }
</style>
border-color css

<style>
 span { border-color: #ECD2B3; }

 span { border-color: rgb(236,210,179); }

 td.TdClassName
 {
   border-color: #ECD2B3;
 }
 .TagClassName
 {
   border-color: #ECD2B3;
 }
</style>