#EFBFD1

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

Shades of Chantilly #EFBFD1

Tints of Chantilly #EFBFD1

Color information

#EFBFD1 (or 0xEFBFD1) is unknown color: approx Chantilly. HEX triplet: EF, BF and D1. RGB value is (239,191,209). Sum of RGB (Red+Green+Blue) = 239+191+209=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFD1 is #10402E. Grayscale: #CFCFCF. Windows color (decimal): -1065007 or 13746159. OLE color: 13746159.

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

Color convert

RGB239191209-
CMYK00.200.130.06
HSL337.5º60%84.31%-
HSV(B)337.5º20.08%93.73%-
XYZ65.7460.2268.48-
YUV207.4128.9150.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.40%
GREEN value IS 191 (75% from 255) = 29.89%
BLUE value IS 209 (82.03% from 255) = 32.71%
R=37.40%
G=29.89%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919120900.200.130.06337.56084.31
HexEFBFD1014D61523c54
Octal35727732102415652274124
Binary11101111101111111101000101010011011101010100101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFD1; }

 p { color: rgb(239,191,209); }

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

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

 a { background-color: rgb(239,191,209); }

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

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

 span { border-color: rgb(239,191,209); }

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