#EABFCD

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

Shades of Chantilly #EABFCD

Tints of Chantilly #EABFCD

Color information

#EABFCD (or 0xEABFCD) is unknown color: approx Chantilly. HEX triplet: EA, BF and CD. RGB value is (234,191,205). Sum of RGB (Red+Green+Blue) = 234+191+205=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFCD is #154032. Grayscale: #CDCDCD. Windows color (decimal): -1392691 or 13484010. OLE color: 13484010.

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

Color convert

RGB234191205-
CMYK00.180.120.08
HSL340.47º50.59%83.33%-
HSV(B)340.47º18.38%91.76%-
XYZ63.5859.1665.83-
YUV205.45127.75148.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 191 (75% from 255) = 30.32%
BLUE value IS 205 (80.47% from 255) = 32.54%
R=37.14%
G=30.32%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419120500.180.120.08340.4750.5983.33
HexEABFCD012C81543353
Octal352277315022141052463123
Binary111010101011111111001101010010110010001010101001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFCD; }

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

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

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

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

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

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

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

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