#EDBBC3

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

Shades of Chantilly #EDBBC3

Tints of Chantilly #EDBBC3

Color information

#EDBBC3 (or 0xEDBBC3) is unknown color: approx Chantilly. HEX triplet: ED, BB and C3. RGB value is (237,187,195). Sum of RGB (Red+Green+Blue) = 237+187+195=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBC3 is #12443C. Grayscale: #CACACA. Windows color (decimal): -1197117 or 12827629. OLE color: 12827629.

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

Color convert

RGB237187195-
CMYK00.210.180.07
HSL350.4º58.14%83.14%-
HSV(B)350.4º21.1%92.94%-
XYZ62.5557.4959.43-
YUV202.86123.56152.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 187 (73.44% from 255) = 30.21%
BLUE value IS 195 (76.56% from 255) = 31.50%
R=38.29%
G=30.21%
B=31.50%

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
Decimal23718719500.210.180.07350.458.1483.14
HexEDBBC301512715e3a53
Octal35527330302522753672123
Binary111011011011101111000011010101100101111010111101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBC3; }

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

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

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

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

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

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

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

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