Html Css Color HEX #E6BFCE Chantilly

📋 copy color: '#E6BFCE'

red 230 ◦ green 191 ◦ blue 206

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

Shades of Chantilly #E6BFCE

Tints of Chantilly #E6BFCE

RGB

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

 GREEN value IS 191 (75% from 255) = 30.46%

 BLUE value IS 206 (80.86% from 255) = 32.85%

R = 36.68%
G = 30.46%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E6BFCE (or 0xE6BFCE) is known color: Chantilly. HEX triplet: E6, BF and CE. RGB value is (230,191,206). Sum of RGB (Red+Green+Blue) = 230+191+206=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFCE is #194031. Grayscale: #CCCCCC. Windows color (decimal): -1654834 or 13549542. OLE color: 13549542.

HSL color Cylindrical-coordinate representation of color #E6BFCE: hue angle of 336.92º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BFCE is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 191 206 -
CMYK 0 0.17 0.10 0.10
HSL 336.92º 0.44% 0.83% -
HSV(B) 336.92º 0.17% 0.9% -
XYZ 62.4 58.54 66.4 -
YUV 204.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 230 191 206 0 0.17 0.10 0.10 336.92 0.44 0.83
Hex E6 BF CE 0 11 A A 151 2C 53
Octal 346 277 316 0 21 12 12 521 54 123
Binary 11100110 10111111 11001110 0 10001 1010 1010 101010001 101100 1010011

Color Harmonies of #E6BFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BFCE

Black with #E6BFCE

Text Example


Text Example

White with #E6BFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BFCE; }

 p { color: rgb(230,191,206); }

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

background-color css

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

 a { background-color: rgb(230,191,206); }

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

border-color css

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

 span { border-color: rgb(230,191,206); }

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