#EDB3CA

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

Shades of Chantilly #EDB3CA

Tints of Chantilly #EDB3CA

Color information

#EDB3CA (or 0xEDB3CA) is unknown color: approx Chantilly. HEX triplet: ED, B3 and CA. RGB value is (237,179,202). Sum of RGB (Red+Green+Blue) = 237+179+202=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB3CA is #124C35. Grayscale: #C6C6C6. Windows color (decimal): -1199158 or 13284333. OLE color: 13284333.

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

Color convert

RGB237179202-
CMYK00.240.150.07
HSL336.21º61.7%81.57%-
HSV(B)336.21º24.47%92.94%-
XYZ61.7154.5163.15-
YUV198.96129.72155.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.35%
GREEN value IS 179 (70.31% from 255) = 28.96%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=38.35%
G=28.96%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717920200.240.150.07336.2161.781.57
HexEDB3CA018F71503e52
Octal35526331203017752076122
Binary11101101101100111100101001100011111111010100001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB3CA; }

 p { color: rgb(237,179,202); }

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

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

 a { background-color: rgb(237,179,202); }

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

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

 span { border-color: rgb(237,179,202); }

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