#EFBEC8

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

Shades of Chantilly #EFBEC8

Tints of Chantilly #EFBEC8

Color information

#EFBEC8 (or 0xEFBEC8) is unknown color: approx Chantilly. HEX triplet: EF, BE and C8. RGB value is (239,190,200). Sum of RGB (Red+Green+Blue) = 239+190+200=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEC8 is #104137. Grayscale: #CDCDCD. Windows color (decimal): -1065272 or 13156079. OLE color: 13156079.

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

Color convert

RGB239190200-
CMYK00.210.160.06
HSL347.76º60.49%84.12%-
HSV(B)347.76º20.5%93.73%-
XYZ64.4459.3562.7-
YUV205.79124.73151.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.00%
GREEN value IS 190 (74.61% from 255) = 30.21%
BLUE value IS 200 (78.52% from 255) = 31.80%
R=38.00%
G=30.21%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919020000.210.160.06347.7660.4984.12
HexEFBEC801510615c3c54
Octal35727631002520653474124
Binary111011111011111011001000010101100001101010111001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEC8; }

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

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

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

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

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

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

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

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