#EFBFC7

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

Shades of Chantilly #EFBFC7

Tints of Chantilly #EFBFC7

Color information

#EFBFC7 (or 0xEFBFC7) is unknown color: approx Chantilly. HEX triplet: EF, BF and C7. RGB value is (239,191,199). Sum of RGB (Red+Green+Blue) = 239+191+199=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFC7 is #104038. Grayscale: #CECECE. Windows color (decimal): -1065017 or 13090799. OLE color: 13090799.

HSL color Cylindrical-coordinate representation of color #EFBFC7: hue angle of 350º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFC7 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB239191199-
CMYK00.200.170.06
HSL350º60%84.31%-
HSV(B)350º20.08%93.73%-
XYZ64.5459.7462.16-
YUV206.26123.9151.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.00%
GREEN value IS 191 (75% from 255) = 30.37%
BLUE value IS 199 (78.12% from 255) = 31.64%
R=38.00%
G=30.37%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919119900.200.170.063506084.31
HexEFBFC701411615e3c54
Octal35727730702421653674124
Binary111011111011111111000111010100100011101010111101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFC7; }

 p { color: rgb(239,191,199); }

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

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

 a { background-color: rgb(239,191,199); }

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

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

 span { border-color: rgb(239,191,199); }

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