#EABDCF

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

Shades of Chantilly #EABDCF

Tints of Chantilly #EABDCF

Color information

#EABDCF (or 0xEABDCF) is unknown color: approx Chantilly. HEX triplet: EA, BD and CF. RGB value is (234,189,207). Sum of RGB (Red+Green+Blue) = 234+189+207=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDCF is #154230. Grayscale: #CCCCCC. Windows color (decimal): -1393201 or 13614570. OLE color: 13614570.

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

Color convert

RGB234189207-
CMYK00.190.120.08
HSL336º51.72%82.94%-
HSV(B)336º19.23%91.76%-
XYZ63.3958.3966.96-
YUV204.51129.41149.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 189 (74.22% from 255) = 30%
BLUE value IS 207 (81.25% from 255) = 32.86%
R=37.14%
G=30%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418920700.190.120.0833651.7282.94
HexEABDCF013C81503453
Octal352275317023141052064123
Binary111010101011110111001111010011110010001010100001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDCF; }

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

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

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

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

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

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

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

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