#E6BDCD

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

Shades of Chantilly #E6BDCD

Tints of Chantilly #E6BDCD

Color information

#E6BDCD (or 0xE6BDCD) is unknown color: approx Chantilly. HEX triplet: E6, BD and CD. RGB value is (230,189,205). Sum of RGB (Red+Green+Blue) = 230+189+205=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDCD is #194232. Grayscale: #CBCBCB. Windows color (decimal): -1655347 or 13483494. OLE color: 13483494.

HSL color Cylindrical-coordinate representation of color #E6BDCD: hue angle of 336.59º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6BDCD is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB230189205-
CMYK00.180.110.10
HSL336.59º45.05%82.16%-
HSV(B)336.59º17.83%90.2%-
XYZ61.8557.6365.62-
YUV203.08129.08147.2-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.86%
GREEN value IS 189 (74.22% from 255) = 30.29%
BLUE value IS 205 (80.47% from 255) = 32.85%
R=36.86%
G=30.29%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018920500.180.110.10336.5945.0582.16
HexE6BDCD012BA1512d52
Octal346275315022131252155122
Binary111001101011110111001101010010101110101010100011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BDCD; }

 p { color: rgb(230,189,205); }

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

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

 a { background-color: rgb(230,189,205); }

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

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

 span { border-color: rgb(230,189,205); }

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