Html Css Color HEX #E6BDCD Chantilly

📋 copy color: '#E6BDCD'

red 230 ◦ green 189 ◦ blue 205

#E6BDCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chantilly #E6BDCD

Tints of Chantilly #E6BDCD

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 value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E6BDCD (or 0xE6BDCD) is known color: 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

RGB 230 189 205 -
CMYK 0 0.18 0.11 0.10
HSL 336.59º 0.45% 0.82% -
HSV(B) 336.59º 0.18% 0.9% -
XYZ 61.85 57.63 65.62 -
YUV 203.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 230 189 205 0 0.18 0.11 0.10 336.59 0.45 0.82
Hex E6 BD CD 0 12 B A 151 2D 52
Octal 346 275 315 0 22 13 12 521 55 122
Binary 11100110 10111101 11001101 0 10010 1011 1010 101010001 101101 1010010

Color Harmonies of #E6BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDCD

Black with #E6BDCD

Text Example


Text Example

White with #E6BDCD

Text Example


Text Example

HTML Codes & Css Web 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>