#EABDC7

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

Shades of Chantilly #EABDC7

Tints of Chantilly #EABDC7

Color information

#EABDC7 (or 0xEABDC7) is unknown color: approx Chantilly. HEX triplet: EA, BD and C7. RGB value is (234,189,199). Sum of RGB (Red+Green+Blue) = 234+189+199=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDC7 is #154238. Grayscale: #CBCBCB. Windows color (decimal): -1393209 or 13090282. OLE color: 13090282.

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

Color convert

RGB234189199-
CMYK00.190.150.08
HSL346.67º51.72%82.94%-
HSV(B)346.67º19.23%91.76%-
XYZ62.4458.0161.94-
YUV203.6125.41149.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.62%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 199 (78.12% from 255) = 31.99%
R=37.62%
G=30.39%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418919900.190.150.08346.6751.7282.94
HexEABDC7013F815b3453
Octal352275307023171053364123
Binary111010101011110111000111010011111110001010110111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDC7; }

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

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

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

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

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

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

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

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