#EFB2C8

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

Shades of Chantilly #EFB2C8

Tints of Chantilly #EFB2C8

Color information

#EFB2C8 (or 0xEFB2C8) is unknown color: approx Chantilly. HEX triplet: EF, B2 and C8. RGB value is (239,178,200). Sum of RGB (Red+Green+Blue) = 239+178+200=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 178 (69.92% from 255 or 28.85% from 617); Blue value is 200 (78.52% from 255 or 32.41% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2C8 is #104D37. Grayscale: #C6C6C6. Windows color (decimal): -1068344 or 13153007. OLE color: 13153007.

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

Color convert

RGB239178200-
CMYK00.260.160.06
HSL338.36º65.59%81.76%-
HSV(B)338.36º25.52%93.73%-
XYZ61.9454.3661.87-
YUV198.75128.71156.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.74%
GREEN value IS 178 (69.92% from 255) = 28.85%
BLUE value IS 200 (78.52% from 255) = 32.41%
R=38.74%
G=28.85%
B=32.41%

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
Decimal23917820000.260.160.06338.3665.5981.76
HexEFB2C801A1061524252
Octal357262310032206522102122
Binary1110111110110010110010000110101000011010101001010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2C8; }

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

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

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

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

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

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

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

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