#EDBCCA

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

Shades of Chantilly #EDBCCA

Tints of Chantilly #EDBCCA

Color information

#EDBCCA (or 0xEDBCCA) is unknown color: approx Chantilly. HEX triplet: ED, BC and CA. RGB value is (237,188,202). Sum of RGB (Red+Green+Blue) = 237+188+202=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCCA is #124335. Grayscale: #CCCCCC. Windows color (decimal): -1196854 or 13286637. OLE color: 13286637.

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

Color convert

RGB237188202-
CMYK00.210.150.07
HSL342.86º57.65%83.33%-
HSV(B)342.86º20.68%92.94%-
XYZ63.5758.2463.77-
YUV204.25126.73151.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 188 (73.83% from 255) = 29.98%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=37.80%
G=29.98%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718820200.210.150.07342.8657.6583.33
HexEDBCCA015F71573a53
Octal35527431202517752772123
Binary11101101101111001100101001010111111111010101111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCCA; }

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

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

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

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

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

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

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

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