#EFBBC9

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

Shades of Chantilly #EFBBC9

Tints of Chantilly #EFBBC9

Color information

#EFBBC9 (or 0xEFBBC9) is unknown color: approx Chantilly. HEX triplet: EF, BB and C9. RGB value is (239,187,201). Sum of RGB (Red+Green+Blue) = 239+187+201=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBC9 is #104436. Grayscale: #CCCCCC. Windows color (decimal): -1066039 or 13220847. OLE color: 13220847.

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

Color convert

RGB239187201-
CMYK00.220.160.06
HSL343.85º61.9%83.53%-
HSV(B)343.85º21.76%93.73%-
XYZ63.9158.1163.11-
YUV204.14126.23152.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 187 (73.44% from 255) = 29.82%
BLUE value IS 201 (78.91% from 255) = 32.06%
R=38.12%
G=29.82%
B=32.06%

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
Decimal23918720100.220.160.06343.8561.983.53
HexEFBBC90161061583e54
Octal35727331102620653076124
Binary111011111011101111001001010110100001101010110001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBC9; }

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

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

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

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

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

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

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

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