#EFBDCF

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

Shades of Chantilly #EFBDCF

Tints of Chantilly #EFBDCF

Color information

#EFBDCF (or 0xEFBDCF) is unknown color: approx Chantilly. HEX triplet: EF, BD and CF. RGB value is (239,189,207). Sum of RGB (Red+Green+Blue) = 239+189+207=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDCF is #104230. Grayscale: #CDCDCD. Windows color (decimal): -1065521 or 13614575. OLE color: 13614575.

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

Color convert

RGB239189207-
CMYK00.210.130.06
HSL338.4º60.98%83.92%-
HSV(B)338.4º20.92%93.73%-
XYZ65.0659.2567.04-
YUV206128.56151.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 189 (74.22% from 255) = 29.76%
BLUE value IS 207 (81.25% from 255) = 32.60%
R=37.64%
G=29.76%
B=32.60%

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
Decimal23918920700.210.130.06338.460.9883.92
HexEFBDCF015D61523d54
Octal35727531702515652275124
Binary11101111101111011100111101010111011101010100101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDCF; }

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

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

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

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

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

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

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

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