#EFBBC5

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

Shades of Chantilly #EFBBC5

Tints of Chantilly #EFBBC5

Color information

#EFBBC5 (or 0xEFBBC5) is unknown color: approx Chantilly. HEX triplet: EF, BB and C5. RGB value is (239,187,197). Sum of RGB (Red+Green+Blue) = 239+187+197=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBC5 is #10443A. Grayscale: #CBCBCB. Windows color (decimal): -1066043 or 12958703. OLE color: 12958703.

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

Color convert

RGB239187197-
CMYK00.220.180.06
HSL348.46º61.9%83.53%-
HSV(B)348.46º21.76%93.73%-
XYZ63.4457.9260.66-
YUV203.69124.23153.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.36%
GREEN value IS 187 (73.44% from 255) = 30.02%
BLUE value IS 197 (77.34% from 255) = 31.62%
R=38.36%
G=30.02%
B=31.62%

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
Decimal23918719700.220.180.06348.4661.983.53
HexEFBBC501612615c3e54
Octal35727330502622653476124
Binary111011111011101111000101010110100101101010111001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBC5; }

 p { color: rgb(239,187,197); }

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

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

 a { background-color: rgb(239,187,197); }

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

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

 span { border-color: rgb(239,187,197); }

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