#EDBBC6

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

Shades of Chantilly #EDBBC6

Tints of Chantilly #EDBBC6

Color information

#EDBBC6 (or 0xEDBBC6) is unknown color: approx Chantilly. HEX triplet: ED, BB and C6. RGB value is (237,187,198). Sum of RGB (Red+Green+Blue) = 237+187+198=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBC6 is #124439. Grayscale: #CBCBCB. Windows color (decimal): -1197114 or 13024237. OLE color: 13024237.

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

Color convert

RGB237187198-
CMYK00.210.160.07
HSL346.8º58.14%83.14%-
HSV(B)346.8º21.1%92.94%-
XYZ62.8957.6261.23-
YUV203.2125.06152.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 187 (73.44% from 255) = 30.06%
BLUE value IS 198 (77.73% from 255) = 31.83%
R=38.10%
G=30.06%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718719800.210.160.07346.858.1483.14
HexEDBBC601510715b3a53
Octal35527330602520753372123
Binary111011011011101111000110010101100001111010110111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBC6; }

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

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

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

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

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

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

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

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