#EFBECB

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

Shades of Chantilly #EFBECB

Tints of Chantilly #EFBECB

Color information

#EFBECB (or 0xEFBECB) is unknown color: approx Chantilly. HEX triplet: EF, BE and CB. RGB value is (239,190,203). Sum of RGB (Red+Green+Blue) = 239+190+203=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBECB is #104134. Grayscale: #CECECE. Windows color (decimal): -1065269 or 13352687. OLE color: 13352687.

HSL color Cylindrical-coordinate representation of color #EFBECB: hue angle of 344.08º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBECB is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239190203-
CMYK00.210.150.06
HSL344.08º60.49%84.12%-
HSV(B)344.08º20.5%93.73%-
XYZ64.7959.4964.57-
YUV206.13126.23151.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.82%
GREEN value IS 190 (74.61% from 255) = 30.06%
BLUE value IS 203 (79.69% from 255) = 32.12%
R=37.82%
G=30.06%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919020300.210.150.06344.0860.4984.12
HexEFBECB015F61583c54
Octal35727631302517653074124
Binary11101111101111101100101101010111111101010110001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBECB; }

 p { color: rgb(239,190,203); }

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

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

 a { background-color: rgb(239,190,203); }

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

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

 span { border-color: rgb(239,190,203); }

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