#EDB9CA

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

Shades of Chantilly #EDB9CA

Tints of Chantilly #EDB9CA

Color information

#EDB9CA (or 0xEDB9CA) is unknown color: approx Chantilly. HEX triplet: ED, B9 and CA. RGB value is (237,185,202). Sum of RGB (Red+Green+Blue) = 237+185+202=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB9CA is #124635. Grayscale: #CACACA. Windows color (decimal): -1197622 or 13285869. OLE color: 13285869.

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

Color convert

RGB237185202-
CMYK00.220.150.07
HSL340.38º59.09%82.75%-
HSV(B)340.38º21.94%92.94%-
XYZ62.9356.9763.56-
YUV202.49127.73152.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 185 (72.66% from 255) = 29.65%
BLUE value IS 202 (79.30% from 255) = 32.37%
R=37.98%
G=29.65%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718520200.220.150.07340.3859.0982.75
HexEDB9CA016F71543b53
Octal35527131202617752473123
Binary11101101101110011100101001011011111111010101001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB9CA; }

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

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

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

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

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

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

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

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