#EABDD0

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

Shades of Chantilly #EABDD0

Tints of Chantilly #EABDD0

Color information

#EABDD0 (or 0xEABDD0) is unknown color: approx Chantilly. HEX triplet: EA, BD and D0. RGB value is (234,189,208). Sum of RGB (Red+Green+Blue) = 234+189+208=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDD0 is #15422F. Grayscale: #CCCCCC. Windows color (decimal): -1393200 or 13680106. OLE color: 13680106.

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

Color convert

RGB234189208-
CMYK00.190.110.08
HSL334.67º51.72%82.94%-
HSV(B)334.67º19.23%91.76%-
XYZ63.5158.4467.61-
YUV204.62129.91148.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.08%
GREEN value IS 189 (74.22% from 255) = 29.95%
BLUE value IS 208 (81.64% from 255) = 32.96%
R=37.08%
G=29.95%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418920800.190.110.08334.6751.7282.94
HexEABDD0013B814f3453
Octal352275320023131051764123
Binary111010101011110111010000010011101110001010011111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDD0; }

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

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

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

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

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

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

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

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