#EFB6CD

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

Shades of Chantilly #EFB6CD

Tints of Chantilly #EFB6CD

Color information

#EFB6CD (or 0xEFB6CD) is unknown color: approx Chantilly. HEX triplet: EF, B6 and CD. RGB value is (239,182,205). Sum of RGB (Red+Green+Blue) = 239+182+205=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 182 (71.48% from 255 or 29.07% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6CD is #104932. Grayscale: #C9C9C9. Windows color (decimal): -1067315 or 13481711. OLE color: 13481711.

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

Color convert

RGB239182205-
CMYK00.240.140.06
HSL335.79º64.04%82.55%-
HSV(B)335.79º23.85%93.73%-
XYZ63.3456.2165.27-
YUV201.66129.88154.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.18%
GREEN value IS 182 (71.48% from 255) = 29.07%
BLUE value IS 205 (80.47% from 255) = 32.75%
R=38.18%
G=29.07%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918220500.240.140.06335.7964.0482.55
HexEFB6CD018E61504053
Octal357266315030166520100123
Binary111011111011011011001101011000111011010101000010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB6CD; }

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

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

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

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

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

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

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

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