#EABDCC

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

Shades of Chantilly #EABDCC

Tints of Chantilly #EABDCC

Color information

#EABDCC (or 0xEABDCC) is unknown color: approx Chantilly. HEX triplet: EA, BD and CC. RGB value is (234,189,204). Sum of RGB (Red+Green+Blue) = 234+189+204=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDCC is #154233. Grayscale: #CCCCCC. Windows color (decimal): -1393204 or 13417962. OLE color: 13417962.

HSL color Cylindrical-coordinate representation of color #EABDCC: hue angle of 340º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABDCC is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB234189204-
CMYK00.190.130.08
HSL340º51.72%82.94%-
HSV(B)340º19.23%91.76%-
XYZ63.0358.2565.05-
YUV204.16127.91149.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 189 (74.22% from 255) = 30.14%
BLUE value IS 204 (80.08% from 255) = 32.54%
R=37.32%
G=30.14%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418920400.190.130.0834051.7282.94
HexEABDCC013D81543453
Octal352275314023151052464123
Binary111010101011110111001100010011110110001010101001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDCC; }

 p { color: rgb(234,189,204); }

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

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

 a { background-color: rgb(234,189,204); }

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

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

 span { border-color: rgb(234,189,204); }

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