#EDBCC3

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

Shades of Chantilly #EDBCC3

Tints of Chantilly #EDBCC3

Color information

#EDBCC3 (or 0xEDBCC3) is unknown color: approx Chantilly. HEX triplet: ED, BC and C3. RGB value is (237,188,195). Sum of RGB (Red+Green+Blue) = 237+188+195=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCC3 is #12433C. Grayscale: #CBCBCB. Windows color (decimal): -1196861 or 12827885. OLE color: 12827885.

HSL color Cylindrical-coordinate representation of color #EDBCC3: hue angle of 351.43º 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 #EDBCC3 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB237188195-
CMYK00.210.180.07
HSL351.43º57.65%83.33%-
HSV(B)351.43º20.68%92.94%-
XYZ62.7657.9159.5-
YUV203.45123.23151.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 188 (73.83% from 255) = 30.32%
BLUE value IS 195 (76.56% from 255) = 31.45%
R=38.23%
G=30.32%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718819500.210.180.07351.4357.6583.33
HexEDBCC301512715f3a53
Octal35527430302522753772123
Binary111011011011110011000011010101100101111010111111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCC3; }

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

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

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

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

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

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

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

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