#EABFCB

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

Shades of Chantilly #EABFCB

Tints of Chantilly #EABFCB

Color information

#EABFCB (or 0xEABFCB) is unknown color: approx Chantilly. HEX triplet: EA, BF and CB. RGB value is (234,191,203). Sum of RGB (Red+Green+Blue) = 234+191+203=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFCB is #154034. Grayscale: #CDCDCD. Windows color (decimal): -1392693 or 13352938. OLE color: 13352938.

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

Color convert

RGB234191203-
CMYK00.180.130.08
HSL343.26º50.59%83.33%-
HSV(B)343.26º18.38%91.76%-
XYZ63.3459.0764.56-
YUV205.22126.75148.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 191 (75% from 255) = 30.41%
BLUE value IS 203 (79.69% from 255) = 32.32%
R=37.26%
G=30.41%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419120300.180.130.08343.2650.5983.33
HexEABFCB012D81573353
Octal352277313022151052763123
Binary111010101011111111001011010010110110001010101111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFCB; }

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

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

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

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

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

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

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

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