#EFBED0

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

Shades of Chantilly #EFBED0

Tints of Chantilly #EFBED0

Color information

#EFBED0 (or 0xEFBED0) is unknown color: approx Chantilly. HEX triplet: EF, BE and D0. RGB value is (239,190,208). Sum of RGB (Red+Green+Blue) = 239+190+208=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBED0 is #10412F. Grayscale: #CECECE. Windows color (decimal): -1065264 or 13680367. OLE color: 13680367.

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

Color convert

RGB239190208-
CMYK00.210.130.06
HSL337.96º60.49%84.12%-
HSV(B)337.96º20.5%93.73%-
XYZ65.459.7367.76-
YUV206.7128.73151.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.52%
GREEN value IS 190 (74.61% from 255) = 29.83%
BLUE value IS 208 (81.64% from 255) = 32.65%
R=37.52%
G=29.83%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919020800.210.130.06337.9660.4984.12
HexEFBED0015D61523c54
Octal35727632002515652274124
Binary11101111101111101101000001010111011101010100101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBED0; }

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

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

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

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

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

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

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

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