Html Css Color HEX #E6BCCB Chantilly

📋 copy color: '#E6BCCB'

red 230 ◦ green 188 ◦ blue 203

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

Shades of Chantilly #E6BCCB

Tints of Chantilly #E6BCCB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.27%

 BLUE value IS 203 (79.69% from 255) = 32.69%

R = 37.04%
G = 30.27%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E6BCCB (or 0xE6BCCB) is known color: Chantilly. HEX triplet: E6, BC and CB. RGB value is (230,188,203). Sum of RGB (Red+Green+Blue) = 230+188+203=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BCCB is #194334. Grayscale: #CACACA. Windows color (decimal): -1655605 or 13352166. OLE color: 13352166.

HSL color Cylindrical-coordinate representation of color #E6BCCB: hue angle of 338.57º degrees, saturation: 0.46, 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 #E6BCCB is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 188 203 -
CMYK 0 0.18 0.12 0.10
HSL 338.57º 0.46% 0.82% -
HSV(B) 338.57º 0.18% 0.9% -
XYZ 61.4 57.1 64.29 -
YUV 202.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 230 188 203 0 0.18 0.12 0.10 338.57 0.46 0.82
Hex E6 BC CB 0 12 C A 153 2E 52
Octal 346 274 313 0 22 14 12 523 56 122
Binary 11100110 10111100 11001011 0 10010 1100 1010 101010011 101110 1010010

Color Harmonies of #E6BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BCCB

Black with #E6BCCB

Text Example


Text Example

White with #E6BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BCCB; }

 p { color: rgb(230,188,203); }

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

background-color css

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

 a { background-color: rgb(230,188,203); }

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

border-color css

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

 span { border-color: rgb(230,188,203); }

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