#EFB6CC

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

Shades of Chantilly #EFB6CC

Tints of Chantilly #EFB6CC

Color information

#EFB6CC (or 0xEFB6CC) is unknown color: approx Chantilly. HEX triplet: EF, B6 and CC. RGB value is (239,182,204). Sum of RGB (Red+Green+Blue) = 239+182+204=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 182 (71.48% from 255 or 29.12% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6CC is #104933. Grayscale: #C9C9C9. Windows color (decimal): -1067316 or 13416175. OLE color: 13416175.

HSL color Cylindrical-coordinate representation of color #EFB6CC: hue angle of 336.84º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB6CC is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239182204-
CMYK00.240.150.06
HSL336.84º64.04%82.55%-
HSV(B)336.84º23.85%93.73%-
XYZ63.2256.1764.64-
YUV201.55129.38154.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.24%
GREEN value IS 182 (71.48% from 255) = 29.12%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=38.24%
G=29.12%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918220400.240.150.06336.8464.0482.55
HexEFB6CC018F61514053
Octal357266314030176521100123
Binary111011111011011011001100011000111111010101000110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB6CC; }

 p { color: rgb(239,182,204); }

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

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

 a { background-color: rgb(239,182,204); }

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

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

 span { border-color: rgb(239,182,204); }

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