Html Css Color HEX #E6BBC9 Chantilly

📋 copy color: '#E6BBC9'

red 230 ◦ green 187 ◦ blue 201

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

Shades of Chantilly #E6BBC9

Tints of Chantilly #E6BBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.52%

R = 37.22%
G = 30.26%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E6BBC9 (or 0xE6BBC9) is known color: Chantilly. HEX triplet: E6, BB and C9. RGB value is (230,187,201). Sum of RGB (Red+Green+Blue) = 230+187+201=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBC9 is #194436. Grayscale: #C9C9C9. Windows color (decimal): -1655863 or 13220838. OLE color: 13220838.

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

Color convert

RGB 230 187 201 -
CMYK 0 0.19 0.13 0.10
HSL 340.47º 0.46% 0.82% -
HSV(B) 340.47º 0.19% 0.9% -
XYZ 60.95 56.58 62.97 -
YUV 201.45 127.75 148.36 -
System Red Green Blue C M Y K H S L
Decimal 230 187 201 0 0.19 0.13 0.10 340.47 0.46 0.82
Hex E6 BB C9 0 13 D A 154 2E 52
Octal 346 273 311 0 23 15 12 524 56 122
Binary 11100110 10111011 11001001 0 10011 1101 1010 101010100 101110 1010010

Color Harmonies of #E6BBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BBC9

Black with #E6BBC9

Text Example


Text Example

White with #E6BBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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