#EFB4C9

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

Shades of Chantilly #EFB4C9

Tints of Chantilly #EFB4C9

Color information

#EFB4C9 (or 0xEFB4C9) is unknown color: approx Chantilly. HEX triplet: EF, B4 and C9. RGB value is (239,180,201). Sum of RGB (Red+Green+Blue) = 239+180+201=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 180 (70.70% from 255 or 29.03% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4C9 is #104B36. Grayscale: #C8C8C8. Windows color (decimal): -1067831 or 13219055. OLE color: 13219055.

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

Color convert

RGB239180201-
CMYK00.250.160.06
HSL338.64º64.84%82.16%-
HSV(B)338.64º24.69%93.73%-
XYZ62.4655.2162.62-
YUV200.03128.55155.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.55%
GREEN value IS 180 (70.70% from 255) = 29.03%
BLUE value IS 201 (78.91% from 255) = 32.42%
R=38.55%
G=29.03%
B=32.42%

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
Decimal23918020100.250.160.06338.6464.8482.16
HexEFB4C90191061534152
Octal357264311031206523101122
Binary1110111110110100110010010110011000011010101001110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB4C9; }

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

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

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

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

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

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

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

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