Html Css Color HEX #E6BECC Chantilly

📋 copy color: '#E6BECC'

red 230 ◦ green 190 ◦ blue 204

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

Shades of Chantilly #E6BECC

Tints of Chantilly #E6BECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.69%

R = 36.86%
G = 30.45%
B = 32.69%

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

#E6BECC (or 0xE6BECC) is known color: Chantilly. HEX triplet: E6, BE and CC. RGB value is (230,190,204). Sum of RGB (Red+Green+Blue) = 230+190+204=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BECC is #194133. Grayscale: #CBCBCB. Windows color (decimal): -1655092 or 13418214. OLE color: 13418214.

HSL color Cylindrical-coordinate representation of color #E6BECC: hue angle of 339º 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 #E6BECC is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 190 204 -
CMYK 0 0.17 0.11 0.10
HSL 339º 0.44% 0.82% -
HSV(B) 339º 0.17% 0.9% -
XYZ 61.95 58.01 65.06 -
YUV 203.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 230 190 204 0 0.17 0.11 0.10 339 0.44 0.82
Hex E6 BE CC 0 11 B A 153 2C 52
Octal 346 276 314 0 21 13 12 523 54 122
Binary 11100110 10111110 11001100 0 10001 1011 1010 101010011 101100 1010010

Color Harmonies of #E6BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BECC

Black with #E6BECC

Text Example


Text Example

White with #E6BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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