#EFBFCA

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

Shades of Chantilly #EFBFCA

Tints of Chantilly #EFBFCA

Color information

#EFBFCA (or 0xEFBFCA) is unknown color: approx Chantilly. HEX triplet: EF, BF and CA. RGB value is (239,191,202). Sum of RGB (Red+Green+Blue) = 239+191+202=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFCA is #104035. Grayscale: #CECECE. Windows color (decimal): -1065014 or 13287407. OLE color: 13287407.

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

Color convert

RGB239191202-
CMYK00.200.150.06
HSL346.25º60%84.31%-
HSV(B)346.25º20.08%93.73%-
XYZ64.8959.8864.01-
YUV206.61125.4151.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.82%
GREEN value IS 191 (75% from 255) = 30.22%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=37.82%
G=30.22%
B=31.96%

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
Decimal23919120200.200.150.06346.256084.31
HexEFBFCA014F615a3c54
Octal35727731202417653274124
Binary11101111101111111100101001010011111101010110101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFCA; }

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

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

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

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

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

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

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

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