#EFBBC8

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

Shades of Chantilly #EFBBC8

Tints of Chantilly #EFBBC8

Color information

#EFBBC8 (or 0xEFBBC8) is unknown color: approx Chantilly. HEX triplet: EF, BB and C8. RGB value is (239,187,200). Sum of RGB (Red+Green+Blue) = 239+187+200=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBC8 is #104437. Grayscale: #CCCCCC. Windows color (decimal): -1066040 or 13155311. OLE color: 13155311.

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

Color convert

RGB239187200-
CMYK00.220.160.06
HSL345º61.9%83.53%-
HSV(B)345º21.76%93.73%-
XYZ63.7958.0662.49-
YUV204.03125.73152.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.18%
GREEN value IS 187 (73.44% from 255) = 29.87%
BLUE value IS 200 (78.52% from 255) = 31.95%
R=38.18%
G=29.87%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918720000.220.160.0634561.983.53
HexEFBBC80161061593e54
Octal35727331002620653176124
Binary111011111011101111001000010110100001101010110011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBC8; }

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

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

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

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

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

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

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

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