#EDBFCE

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

Shades of Chantilly #EDBFCE

Tints of Chantilly #EDBFCE

Color information

#EDBFCE (or 0xEDBFCE) is unknown color: approx Chantilly. HEX triplet: ED, BF and CE. RGB value is (237,191,206). Sum of RGB (Red+Green+Blue) = 237+191+206=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFCE is #124031. Grayscale: #CECECE. Windows color (decimal): -1196082 or 13549549. OLE color: 13549549.

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

Color convert

RGB237191206-
CMYK00.190.130.07
HSL340.43º56.1%83.92%-
HSV(B)340.43º19.41%92.94%-
XYZ64.759.7266.51-
YUV206.46127.74149.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 191 (75% from 255) = 30.13%
BLUE value IS 206 (80.86% from 255) = 32.49%
R=37.38%
G=30.13%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719120600.190.130.07340.4356.183.92
HexEDBFCE013D71543854
Octal35527731602315752470124
Binary11101101101111111100111001001111011111010101001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBFCE; }

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

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

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

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

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

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

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

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