#EDBFCB

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

Shades of Chantilly #EDBFCB

Tints of Chantilly #EDBFCB

Color information

#EDBFCB (or 0xEDBFCB) is unknown color: approx Chantilly. HEX triplet: ED, BF and CB. RGB value is (237,191,203). Sum of RGB (Red+Green+Blue) = 237+191+203=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFCB is #124034. Grayscale: #CECECE. Windows color (decimal): -1196085 or 13352941. OLE color: 13352941.

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

Color convert

RGB237191203-
CMYK00.190.140.07
HSL344.35º56.1%83.92%-
HSV(B)344.35º19.41%92.94%-
XYZ64.3459.5864.61-
YUV206.12126.24150.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 191 (75% from 255) = 30.27%
BLUE value IS 203 (79.69% from 255) = 32.17%
R=37.56%
G=30.27%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719120300.190.140.07344.3556.183.92
HexEDBFCB013E71583854
Octal35527731302316753070124
Binary11101101101111111100101101001111101111010110001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBFCB; }

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

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

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

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

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

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

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

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