Html Css Color HEX #E6BBCB Chantilly

📋 copy color: '#E6BBCB'

red 230 ◦ green 187 ◦ blue 203

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

Shades of Chantilly #E6BBCB

Tints of Chantilly #E6BBCB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.16%

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

R = 37.1%
G = 30.16%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E6BBCB (or 0xE6BBCB) is known color: Chantilly. HEX triplet: E6, BB and CB. RGB value is (230,187,203). Sum of RGB (Red+Green+Blue) = 230+187+203=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBCB is #194434. Grayscale: #C9C9C9. Windows color (decimal): -1655861 or 13351910. OLE color: 13351910.

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

Color convert

RGB 230 187 203 -
CMYK 0 0.19 0.12 0.10
HSL 337.67º 0.46% 0.82% -
HSV(B) 337.67º 0.19% 0.9% -
XYZ 61.18 56.68 64.21 -
YUV 201.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 230 187 203 0 0.19 0.12 0.10 337.67 0.46 0.82
Hex E6 BB CB 0 13 C A 152 2E 52
Octal 346 273 313 0 23 14 12 522 56 122
Binary 11100110 10111011 11001011 0 10011 1100 1010 101010010 101110 1010010

Color Harmonies of #E6BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BBCB

Black with #E6BBCB

Text Example


Text Example

White with #E6BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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