#EFBEC9

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

Shades of Chantilly #EFBEC9

Tints of Chantilly #EFBEC9

Color information

#EFBEC9 (or 0xEFBEC9) is unknown color: approx Chantilly. HEX triplet: EF, BE and C9. RGB value is (239,190,201). Sum of RGB (Red+Green+Blue) = 239+190+201=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEC9 is #104136. Grayscale: #CDCDCD. Windows color (decimal): -1065271 or 13221615. OLE color: 13221615.

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

Color convert

RGB239190201-
CMYK00.210.160.06
HSL346.53º60.49%84.12%-
HSV(B)346.53º20.5%93.73%-
XYZ64.5559.3963.32-
YUV205.9125.23151.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 190 (74.61% from 255) = 30.16%
BLUE value IS 201 (78.91% from 255) = 31.90%
R=37.94%
G=30.16%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919020100.210.160.06346.5360.4984.12
HexEFBEC901510615b3c54
Octal35727631102520653374124
Binary111011111011111011001001010101100001101010110111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEC9; }

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

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

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

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

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

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

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

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