#EFBDC6

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

Shades of Chantilly #EFBDC6

Tints of Chantilly #EFBDC6

Color information

#EFBDC6 (or 0xEFBDC6) is unknown color: approx Chantilly. HEX triplet: EF, BD and C6. RGB value is (239,189,198). Sum of RGB (Red+Green+Blue) = 239+189+198=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDC6 is #104239. Grayscale: #CCCCCC. Windows color (decimal): -1065530 or 13024751. OLE color: 13024751.

HSL color Cylindrical-coordinate representation of color #EFBDC6: hue angle of 349.2º degrees, saturation: 0.61, 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 #EFBDC6 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB239189198-
CMYK00.210.170.06
HSL349.2º60.98%83.92%-
HSV(B)349.2º20.92%93.73%-
XYZ63.9958.8261.41-
YUV204.98124.06152.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.18%
GREEN value IS 189 (74.22% from 255) = 30.19%
BLUE value IS 198 (77.73% from 255) = 31.63%
R=38.18%
G=30.19%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918919800.210.170.06349.260.9883.92
HexEFBDC601511615d3d54
Octal35727530602521653575124
Binary111011111011110111000110010101100011101010111011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDC6; }

 p { color: rgb(239,189,198); }

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

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

 a { background-color: rgb(239,189,198); }

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

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

 span { border-color: rgb(239,189,198); }

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