#EABDCE

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

Shades of Chantilly #EABDCE

Tints of Chantilly #EABDCE

Color information

#EABDCE (or 0xEABDCE) is unknown color: approx Chantilly. HEX triplet: EA, BD and CE. RGB value is (234,189,206). Sum of RGB (Red+Green+Blue) = 234+189+206=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDCE is #154231. Grayscale: #CCCCCC. Windows color (decimal): -1393202 or 13549034. OLE color: 13549034.

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

Color convert

RGB234189206-
CMYK00.190.120.08
HSL337.33º51.72%82.94%-
HSV(B)337.33º19.23%91.76%-
XYZ63.2758.3466.32-
YUV204.39128.91149.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 189 (74.22% from 255) = 30.05%
BLUE value IS 206 (80.86% from 255) = 32.75%
R=37.20%
G=30.05%
B=32.75%

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
Decimal23418920600.190.120.08337.3351.7282.94
HexEABDCE013C81513453
Octal352275316023141052164123
Binary111010101011110111001110010011110010001010100011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDCE; }

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

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

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

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

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

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

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

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