#EFBECE

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

Shades of Chantilly #EFBECE

Tints of Chantilly #EFBECE

Color information

#EFBECE (or 0xEFBECE) is unknown color: approx Chantilly. HEX triplet: EF, BE and CE. RGB value is (239,190,206). Sum of RGB (Red+Green+Blue) = 239+190+206=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBECE is #104131. Grayscale: #CECECE. Windows color (decimal): -1065266 or 13549295. OLE color: 13549295.

HSL color Cylindrical-coordinate representation of color #EFBECE: hue angle of 340.41º 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 #EFBECE is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239190206-
CMYK00.210.140.06
HSL340.41º60.49%84.12%-
HSV(B)340.41º20.5%93.73%-
XYZ65.1559.6366.47-
YUV206.48127.73151.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 190 (74.61% from 255) = 29.92%
BLUE value IS 206 (80.86% from 255) = 32.44%
R=37.64%
G=29.92%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919020600.210.140.06340.4160.4984.12
HexEFBECE015E61543c54
Octal35727631602516652474124
Binary11101111101111101100111001010111101101010101001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBECE; }

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

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

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

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

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

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

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

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