#EAB3CD

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

Shades of Chantilly #EAB3CD

Tints of Chantilly #EAB3CD

Color information

#EAB3CD (or 0xEAB3CD) is unknown color: approx Chantilly. HEX triplet: EA, B3 and CD. RGB value is (234,179,205). Sum of RGB (Red+Green+Blue) = 234+179+205=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB3CD is #154C32. Grayscale: #C6C6C6. Windows color (decimal): -1395763 or 13480938. OLE color: 13480938.

HSL color Cylindrical-coordinate representation of color #EAB3CD: hue angle of 331.64º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB3CD is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB234179205-
CMYK00.240.120.08
HSL331.64º56.7%80.98%-
HSV(B)331.64º23.5%91.76%-
XYZ61.0754.1464.99-
YUV198.41131.72153.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 179 (70.31% from 255) = 28.96%
BLUE value IS 205 (80.47% from 255) = 33.17%
R=37.86%
G=28.96%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417920500.240.120.08331.6456.780.98
HexEAB3CD018C814c3951
Octal352263315030141051471121
Binary111010101011001111001101011000110010001010011001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB3CD; }

 p { color: rgb(234,179,205); }

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

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

 a { background-color: rgb(234,179,205); }

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

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

 span { border-color: rgb(234,179,205); }

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