#EFBFCC

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

Shades of Chantilly #EFBFCC

Tints of Chantilly #EFBFCC

Color information

#EFBFCC (or 0xEFBFCC) is unknown color: approx Chantilly. HEX triplet: EF, BF and CC. RGB value is (239,191,204). Sum of RGB (Red+Green+Blue) = 239+191+204=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFCC is #104033. Grayscale: #CECECE. Windows color (decimal): -1065012 or 13418479. OLE color: 13418479.

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

Color convert

RGB239191204-
CMYK00.200.150.06
HSL343.75º60%84.31%-
HSV(B)343.75º20.08%93.73%-
XYZ65.1359.9765.27-
YUV206.83126.4150.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.70%
GREEN value IS 191 (75% from 255) = 30.13%
BLUE value IS 204 (80.08% from 255) = 32.18%
R=37.70%
G=30.13%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919120400.200.150.06343.756084.31
HexEFBFCC014F61583c54
Octal35727731402417653074124
Binary11101111101111111100110001010011111101010110001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFCC; }

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

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

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

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

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

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

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

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