#EFBAC4

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

Shades of Chantilly #EFBAC4

Tints of Chantilly #EFBAC4

Color information

#EFBAC4 (or 0xEFBAC4) is unknown color: approx Chantilly. HEX triplet: EF, BA and C4. RGB value is (239,186,196). Sum of RGB (Red+Green+Blue) = 239+186+196=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBAC4 is #10453B. Grayscale: #CBCBCB. Windows color (decimal): -1066300 or 12892911. OLE color: 12892911.

HSL color Cylindrical-coordinate representation of color #EFBAC4: hue angle of 348.68º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBAC4 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB239186196-
CMYK00.220.180.06
HSL348.68º62.35%83.33%-
HSV(B)348.68º22.18%93.73%-
XYZ63.1257.4559.99-
YUV202.99124.06153.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 196 (76.95% from 255) = 31.56%
R=38.49%
G=29.95%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918619600.220.180.06348.6862.3583.33
HexEFBAC401612615d3e53
Octal35727230402622653576123
Binary111011111011101011000100010110100101101010111011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBAC4; }

 p { color: rgb(239,186,196); }

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

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

 a { background-color: rgb(239,186,196); }

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

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

 span { border-color: rgb(239,186,196); }

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