#EFB4CB

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

Shades of Chantilly #EFB4CB

Tints of Chantilly #EFB4CB

Color information

#EFB4CB (or 0xEFB4CB) is unknown color: approx Chantilly. HEX triplet: EF, B4 and CB. RGB value is (239,180,203). Sum of RGB (Red+Green+Blue) = 239+180+203=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 180 (70.70% from 255 or 28.94% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4CB is #104B34. Grayscale: #C8C8C8. Windows color (decimal): -1067829 or 13350127. OLE color: 13350127.

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

Color convert

RGB239180203-
CMYK00.250.150.06
HSL336.61º64.84%82.16%-
HSV(B)336.61º24.69%93.73%-
XYZ62.755.3163.87-
YUV200.26129.55155.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 180 (70.70% from 255) = 28.94%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=38.42%
G=28.94%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918020300.250.150.06336.6164.8482.16
HexEFB4CB019F61514152
Octal357264313031176521101122
Binary111011111011010011001011011001111111010101000110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB4CB; }

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

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

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

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

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

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

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

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