#EDBECC

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

Shades of Chantilly #EDBECC

Tints of Chantilly #EDBECC

Color information

#EDBECC (or 0xEDBECC) is unknown color: approx Chantilly. HEX triplet: ED, BE and CC. RGB value is (237,190,204). Sum of RGB (Red+Green+Blue) = 237+190+204=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBECC is #124133. Grayscale: #CDCDCD. Windows color (decimal): -1196340 or 13418221. OLE color: 13418221.

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

Color convert

RGB237190204-
CMYK00.200.140.07
HSL342.13º56.63%83.73%-
HSV(B)342.13º19.83%92.94%-
XYZ64.2459.1965.17-
YUV205.65127.07150.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 190 (74.61% from 255) = 30.11%
BLUE value IS 204 (80.08% from 255) = 32.33%
R=37.56%
G=30.11%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719020400.200.140.07342.1356.6383.73
HexEDBECC014E71563954
Octal35527631402416752671124
Binary11101101101111101100110001010011101111010101101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBECC; }

 p { color: rgb(237,190,204); }

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

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

 a { background-color: rgb(237,190,204); }

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

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

 span { border-color: rgb(237,190,204); }

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