Html Css Color HEX #E6BECD Chantilly

📋 copy color: '#E6BECD'

red 230 ◦ green 190 ◦ blue 205

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

Shades of Chantilly #E6BECD

Tints of Chantilly #E6BECD

RGB

 RED value IS 230 (90.23% from 255) = 36.8%

 GREEN value IS 190 (74.61% from 255) = 30.4%

 BLUE value IS 205 (80.47% from 255) = 32.8%

R = 36.8%
G = 30.4%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E6BECD (or 0xE6BECD) is known color: Chantilly. HEX triplet: E6, BE and CD. RGB value is (230,190,205). Sum of RGB (Red+Green+Blue) = 230+190+205=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BECD is #194132. Grayscale: #CBCBCB. Windows color (decimal): -1655091 or 13483750. OLE color: 13483750.

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

Color convert

RGB 230 190 205 -
CMYK 0 0.17 0.11 0.10
HSL 337.5º 0.44% 0.82% -
HSV(B) 337.5º 0.17% 0.9% -
XYZ 62.07 58.06 65.69 -
YUV 203.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 230 190 205 0 0.17 0.11 0.10 337.5 0.44 0.82
Hex E6 BE CD 0 11 B A 152 2C 52
Octal 346 276 315 0 21 13 12 522 54 122
Binary 11100110 10111110 11001101 0 10001 1011 1010 101010010 101100 1010010

Color Harmonies of #E6BECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BECD

Black with #E6BECD

Text Example


Text Example

White with #E6BECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BECD; }

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

 H1.HeaderClassName
 {
   color: #E6BECD;
 }
 .AnyTagClassName
 {
   color: #E6BECD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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