#EFB2C9

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

Shades of Chantilly #EFB2C9

Tints of Chantilly #EFB2C9

Color information

#EFB2C9 (or 0xEFB2C9) is unknown color: approx Chantilly. HEX triplet: EF, B2 and C9. RGB value is (239,178,201). Sum of RGB (Red+Green+Blue) = 239+178+201=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2C9 is #104D36. Grayscale: #C6C6C6. Windows color (decimal): -1068343 or 13218543. OLE color: 13218543.

HSL color Cylindrical-coordinate representation of color #EFB2C9: hue angle of 337.38º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB2C9 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB239178201-
CMYK00.260.160.06
HSL337.38º65.59%81.76%-
HSV(B)337.38º25.52%93.73%-
XYZ62.0654.4162.49-
YUV198.86129.21156.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 178 (69.92% from 255) = 28.80%
BLUE value IS 201 (78.91% from 255) = 32.52%
R=38.67%
G=28.80%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917820100.260.160.06337.3865.5981.76
HexEFB2C901A1061514252
Octal357262311032206521102122
Binary1110111110110010110010010110101000011010101000110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2C9; }

 p { color: rgb(239,178,201); }

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

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

 a { background-color: rgb(239,178,201); }

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

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

 span { border-color: rgb(239,178,201); }

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