#EFBBC4

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

Shades of Chantilly #EFBBC4

Tints of Chantilly #EFBBC4

Color information

#EFBBC4 (or 0xEFBBC4) is unknown color: approx Chantilly. HEX triplet: EF, BB and C4. RGB value is (239,187,196). Sum of RGB (Red+Green+Blue) = 239+187+196=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBC4 is #10443B. Grayscale: #CBCBCB. Windows color (decimal): -1066044 or 12893167. OLE color: 12893167.

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

Color convert

RGB239187196-
CMYK00.220.180.06
HSL349.62º61.9%83.53%-
HSV(B)349.62º21.76%93.73%-
XYZ63.3357.8860.06-
YUV203.57123.73153.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 187 (73.44% from 255) = 30.06%
BLUE value IS 196 (76.95% from 255) = 31.51%
R=38.42%
G=30.06%
B=31.51%

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
Decimal23918719600.220.180.06349.6261.983.53
HexEFBBC401612615e3e54
Octal35727330402622653676124
Binary111011111011101111000100010110100101101010111101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBC4; }

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

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

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

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

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

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

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

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