#EFB7CF

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

Shades of Chantilly #EFB7CF

Tints of Chantilly #EFB7CF

Color information

#EFB7CF (or 0xEFB7CF) is unknown color: approx Chantilly. HEX triplet: EF, B7 and CF. RGB value is (239,183,207). Sum of RGB (Red+Green+Blue) = 239+183+207=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 183 (71.88% from 255 or 29.09% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7CF is #104830. Grayscale: #CACACA. Windows color (decimal): -1067057 or 13613039. OLE color: 13613039.

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

Color convert

RGB239183207-
CMYK00.230.130.06
HSL334.29º63.64%82.75%-
HSV(B)334.29º23.43%93.73%-
XYZ63.7956.7266.62-
YUV202.48130.55154.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.00%
GREEN value IS 183 (71.88% from 255) = 29.09%
BLUE value IS 207 (81.25% from 255) = 32.91%
R=38.00%
G=29.09%
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
Decimal23918320700.230.130.06334.2963.6482.75
HexEFB7CF017D614e4053
Octal357267317027156516100123
Binary111011111011011111001111010111110111010100111010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB7CF; }

 p { color: rgb(239,183,207); }

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

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

 a { background-color: rgb(239,183,207); }

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

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

 span { border-color: rgb(239,183,207); }

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