#EFB9D0

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

Shades of Chantilly #EFB9D0

Tints of Chantilly #EFB9D0

Color information

#EFB9D0 (or 0xEFB9D0) is unknown color: approx Chantilly. HEX triplet: EF, B9 and D0. RGB value is (239,185,208). Sum of RGB (Red+Green+Blue) = 239+185+208=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 185 (72.66% from 255 or 29.27% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9D0 is #10462F. Grayscale: #CBCBCB. Windows color (decimal): -1066544 or 13679087. OLE color: 13679087.

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

Color convert

RGB239185208-
CMYK00.230.130.06
HSL334.44º62.79%83.14%-
HSV(B)334.44º22.59%93.73%-
XYZ64.3357.667.4-
YUV203.77130.39153.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.82%
GREEN value IS 185 (72.66% from 255) = 29.27%
BLUE value IS 208 (81.64% from 255) = 32.91%
R=37.82%
G=29.27%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918520800.230.130.06334.4462.7983.14
HexEFB9D0017D614e3f53
Octal35727132002715651677123
Binary11101111101110011101000001011111011101010011101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB9D0; }

 p { color: rgb(239,185,208); }

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

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

 a { background-color: rgb(239,185,208); }

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

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

 span { border-color: rgb(239,185,208); }

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