#EFBFCD

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

Shades of Chantilly #EFBFCD

Tints of Chantilly #EFBFCD

Color information

#EFBFCD (or 0xEFBFCD) is unknown color: approx Chantilly. HEX triplet: EF, BF and CD. RGB value is (239,191,205). Sum of RGB (Red+Green+Blue) = 239+191+205=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFCD is #104032. Grayscale: #CECECE. Windows color (decimal): -1065011 or 13484015. OLE color: 13484015.

HSL color Cylindrical-coordinate representation of color #EFBFCD: hue angle of 342.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 #EFBFCD is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239191205-
CMYK00.200.140.06
HSL342.5º60%84.31%-
HSV(B)342.5º20.08%93.73%-
XYZ65.2560.0265.9-
YUV206.95126.9150.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 191 (75% from 255) = 30.08%
BLUE value IS 205 (80.47% from 255) = 32.28%
R=37.64%
G=30.08%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919120500.200.140.06342.56084.31
HexEFBFCD014E61563c54
Octal35727731502416652674124
Binary11101111101111111100110101010011101101010101101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFCD; }

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

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

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

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

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

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

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

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