#EFB3C9

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

Shades of Chantilly #EFB3C9

Tints of Chantilly #EFB3C9

Color information

#EFB3C9 (or 0xEFB3C9) is unknown color: approx Chantilly. HEX triplet: EF, B3 and C9. RGB value is (239,179,201). Sum of RGB (Red+Green+Blue) = 239+179+201=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 179 (70.31% from 255 or 28.92% from 619); Blue value is 201 (78.91% from 255 or 32.47% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB3C9 is #104C36. Grayscale: #C7C7C7. Windows color (decimal): -1068087 or 13218799. OLE color: 13218799.

HSL color Cylindrical-coordinate representation of color #EFB3C9: hue angle of 338º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFB3C9 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB239179201-
CMYK00.250.160.06
HSL338º65.22%81.96%-
HSV(B)338º25.1%93.73%-
XYZ62.2654.8162.56-
YUV199.45128.88156.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.61%
GREEN value IS 179 (70.31% from 255) = 28.92%
BLUE value IS 201 (78.91% from 255) = 32.47%
R=38.61%
G=28.92%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917920100.250.160.0633865.2281.96
HexEFB3C90191061524152
Octal357263311031206522101122
Binary1110111110110011110010010110011000011010101001010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB3C9; }

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

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

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

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

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

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

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

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