#EFBAD0

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

Shades of Chantilly #EFBAD0

Tints of Chantilly #EFBAD0

Color information

#EFBAD0 (or 0xEFBAD0) is unknown color: approx Chantilly. HEX triplet: EF, BA and D0. RGB value is (239,186,208). Sum of RGB (Red+Green+Blue) = 239+186+208=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBAD0 is #10452F. Grayscale: #CCCCCC. Windows color (decimal): -1066288 or 13679343. OLE color: 13679343.

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

Color convert

RGB239186208-
CMYK00.220.130.06
HSL335.09º62.35%83.33%-
HSV(B)335.09º22.18%93.73%-
XYZ64.5458.0267.47-
YUV204.35130.06152.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 186 (73.05% from 255) = 29.38%
BLUE value IS 208 (81.64% from 255) = 32.86%
R=37.76%
G=29.38%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918620800.220.130.06335.0962.3583.33
HexEFBAD0016D614f3e53
Octal35727232002615651776123
Binary11101111101110101101000001011011011101010011111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBAD0; }

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

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

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

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

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

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

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

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