#EFBFD0

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

Shades of Chantilly #EFBFD0

Tints of Chantilly #EFBFD0

Color information

#EFBFD0 (or 0xEFBFD0) is unknown color: approx Chantilly. HEX triplet: EF, BF and D0. RGB value is (239,191,208). Sum of RGB (Red+Green+Blue) = 239+191+208=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFD0 is #10402F. Grayscale: #CFCFCF. Windows color (decimal): -1065008 or 13680623. OLE color: 13680623.

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

Color convert

RGB239191208-
CMYK00.200.130.06
HSL338.75º60%84.31%-
HSV(B)338.75º20.08%93.73%-
XYZ65.6160.1767.83-
YUV207.29128.4150.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 191 (75% from 255) = 29.94%
BLUE value IS 208 (81.64% from 255) = 32.60%
R=37.46%
G=29.94%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919120800.200.130.06338.756084.31
HexEFBFD0014D61533c54
Octal35727732002415652374124
Binary11101111101111111101000001010011011101010100111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFD0; }

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

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

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

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

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

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

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

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