#EABDCA

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

Shades of Chantilly #EABDCA

Tints of Chantilly #EABDCA

Color information

#EABDCA (or 0xEABDCA) is unknown color: approx Chantilly. HEX triplet: EA, BD and CA. RGB value is (234,189,202). Sum of RGB (Red+Green+Blue) = 234+189+202=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDCA is #154235. Grayscale: #CBCBCB. Windows color (decimal): -1393206 or 13286890. OLE color: 13286890.

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

Color convert

RGB234189202-
CMYK00.190.140.08
HSL342.67º51.72%82.94%-
HSV(B)342.67º19.23%91.76%-
XYZ62.7958.1563.79-
YUV203.94126.91149.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 189 (74.22% from 255) = 30.24%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=37.44%
G=30.24%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418920200.190.140.08342.6751.7282.94
HexEABDCA013E81573453
Octal352275312023161052764123
Binary111010101011110111001010010011111010001010101111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDCA; }

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

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

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

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

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

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

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

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