Html Css Color HEX #E6BDCB Chantilly

📋 copy color: '#E6BDCB'

red 230 ◦ green 189 ◦ blue 203

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

Shades of Chantilly #E6BDCB

Tints of Chantilly #E6BDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.39%

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

R = 36.98%
G = 30.39%
B = 32.64%

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

#E6BDCB (or 0xE6BDCB) is known color: Chantilly. HEX triplet: E6, BD and CB. RGB value is (230,189,203). Sum of RGB (Red+Green+Blue) = 230+189+203=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDCB is #194234. Grayscale: #CACACA. Windows color (decimal): -1655349 or 13352422. OLE color: 13352422.

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

Color convert

RGB 230 189 203 -
CMYK 0 0.18 0.12 0.10
HSL 339.51º 0.45% 0.82% -
HSV(B) 339.51º 0.18% 0.9% -
XYZ 61.61 57.53 64.36 -
YUV 202.86 128.08 147.36 -
System Red Green Blue C M Y K H S L
Decimal 230 189 203 0 0.18 0.12 0.10 339.51 0.45 0.82
Hex E6 BD CB 0 12 C A 154 2D 52
Octal 346 275 313 0 22 14 12 524 55 122
Binary 11100110 10111101 11001011 0 10010 1100 1010 101010100 101101 1010010

Color Harmonies of #E6BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDCB

Black with #E6BDCB

Text Example


Text Example

White with #E6BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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