#EFBDCB

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

Shades of Chantilly #EFBDCB

Tints of Chantilly #EFBDCB

Color information

#EFBDCB (or 0xEFBDCB) is unknown color: approx Chantilly. HEX triplet: EF, BD and CB. RGB value is (239,189,203). Sum of RGB (Red+Green+Blue) = 239+189+203=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDCB is #104234. Grayscale: #CDCDCD. Windows color (decimal): -1065525 or 13352431. OLE color: 13352431.

HSL color Cylindrical-coordinate representation of color #EFBDCB: hue angle of 343.2º degrees, saturation: 0.61, 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 #EFBDCB is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239189203-
CMYK00.210.150.06
HSL343.2º60.98%83.92%-
HSV(B)343.2º20.92%93.73%-
XYZ64.5759.0664.5-
YUV205.55126.56151.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 189 (74.22% from 255) = 29.95%
BLUE value IS 203 (79.69% from 255) = 32.17%
R=37.88%
G=29.95%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918920300.210.150.06343.260.9883.92
HexEFBDCB015F61573d54
Octal35727531302517652775124
Binary11101111101111011100101101010111111101010101111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDCB; }

 p { color: rgb(239,189,203); }

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

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

 a { background-color: rgb(239,189,203); }

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

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

 span { border-color: rgb(239,189,203); }

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