#EABFCF

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

Shades of Chantilly #EABFCF

Tints of Chantilly #EABFCF

Color information

#EABFCF (or 0xEABFCF) is unknown color: approx Chantilly. HEX triplet: EA, BF and CF. RGB value is (234,191,207). Sum of RGB (Red+Green+Blue) = 234+191+207=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFCF is #154030. Grayscale: #CDCDCD. Windows color (decimal): -1392689 or 13615082. OLE color: 13615082.

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

Color convert

RGB234191207-
CMYK00.180.120.08
HSL337.67º50.59%83.33%-
HSV(B)337.67º18.38%91.76%-
XYZ63.8259.2667.11-
YUV205.68128.75148.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.03%
GREEN value IS 191 (75% from 255) = 30.22%
BLUE value IS 207 (81.25% from 255) = 32.75%
R=37.03%
G=30.22%
B=32.75%

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
Decimal23419120700.180.120.08337.6750.5983.33
HexEABFCF012C81523353
Octal352277317022141052263123
Binary111010101011111111001111010010110010001010100101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFCF; }

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

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

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

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

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

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

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

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