#EFBBC6

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

Shades of Chantilly #EFBBC6

Tints of Chantilly #EFBBC6

Color information

#EFBBC6 (or 0xEFBBC6) is unknown color: approx Chantilly. HEX triplet: EF, BB and C6. RGB value is (239,187,198). Sum of RGB (Red+Green+Blue) = 239+187+198=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBC6 is #104439. Grayscale: #CBCBCB. Windows color (decimal): -1066042 or 13024239. OLE color: 13024239.

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

Color convert

RGB239187198-
CMYK00.220.170.06
HSL347.31º61.9%83.53%-
HSV(B)347.31º21.76%93.73%-
XYZ63.5657.9761.27-
YUV203.8124.73153.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 187 (73.44% from 255) = 29.97%
BLUE value IS 198 (77.73% from 255) = 31.73%
R=38.30%
G=29.97%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918719800.220.170.06347.3161.983.53
HexEFBBC601611615b3e54
Octal35727330602621653376124
Binary111011111011101111000110010110100011101010110111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBC6; }

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

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

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

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

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

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

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

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