#EFB9CE

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

Shades of Chantilly #EFB9CE

Tints of Chantilly #EFB9CE

Color information

#EFB9CE (or 0xEFB9CE) is unknown color: approx Chantilly. HEX triplet: EF, B9 and CE. RGB value is (239,185,206). Sum of RGB (Red+Green+Blue) = 239+185+206=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 185 (72.66% from 255 or 29.37% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9CE is #104631. Grayscale: #CBCBCB. Windows color (decimal): -1066546 or 13548015. OLE color: 13548015.

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

Color convert

RGB239185206-
CMYK00.230.140.06
HSL336.67º62.79%83.14%-
HSV(B)336.67º22.59%93.73%-
XYZ64.0957.566.11-
YUV203.54129.39153.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 185 (72.66% from 255) = 29.37%
BLUE value IS 206 (80.86% from 255) = 32.70%
R=37.94%
G=29.37%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918520600.230.140.06336.6762.7983.14
HexEFB9CE017E61513f53
Octal35727131602716652177123
Binary11101111101110011100111001011111101101010100011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB9CE; }

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

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

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

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

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

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

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

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