#EDBCCE

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

Shades of Chantilly #EDBCCE

Tints of Chantilly #EDBCCE

Color information

#EDBCCE (or 0xEDBCCE) is unknown color: approx Chantilly. HEX triplet: ED, BC and CE. RGB value is (237,188,206). Sum of RGB (Red+Green+Blue) = 237+188+206=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCCE is #124331. Grayscale: #CCCCCC. Windows color (decimal): -1196850 or 13548781. OLE color: 13548781.

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

Color convert

RGB237188206-
CMYK00.210.130.07
HSL337.96º57.65%83.33%-
HSV(B)337.96º20.68%92.94%-
XYZ64.0558.4366.29-
YUV204.7128.73151.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 188 (73.83% from 255) = 29.79%
BLUE value IS 206 (80.86% from 255) = 32.65%
R=37.56%
G=29.79%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718820600.210.130.07337.9657.6583.33
HexEDBCCE015D71523a53
Octal35527431602515752272123
Binary11101101101111001100111001010111011111010100101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCCE; }

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

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

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

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

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

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

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

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