#EDB6BF

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

Shades of Chantilly #EDB6BF

Tints of Chantilly #EDB6BF

Color information

#EDB6BF (or 0xEDB6BF) is unknown color: approx Chantilly. HEX triplet: ED, B6 and BF. RGB value is (237,182,191). Sum of RGB (Red+Green+Blue) = 237+182+191=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB6BF is #124940. Grayscale: #C7C7C7. Windows color (decimal): -1198401 or 12564205. OLE color: 12564205.

HSL color Cylindrical-coordinate representation of color #EDB6BF: hue angle of 350.18º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB6BF is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB237182191-
CMYK00.230.190.07
HSL350.18º60.44%82.16%-
HSV(B)350.18º23.21%92.94%-
XYZ61.0655.2256.73-
YUV199.47123.22154.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 182 (71.48% from 255) = 29.84%
BLUE value IS 191 (75% from 255) = 31.31%
R=38.85%
G=29.84%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718219100.230.190.07350.1860.4482.16
HexEDB6BF01713715e3c52
Octal35526627702723753674122
Binary111011011011011010111111010111100111111010111101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB6BF; }

 p { color: rgb(237,182,191); }

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

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

 a { background-color: rgb(237,182,191); }

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

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

 span { border-color: rgb(237,182,191); }

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