Html Css Color HEX #E6BFC8 Chantilly

📋 copy color: '#E6BFC8'

red 230 ◦ green 191 ◦ blue 200

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

Shades of Chantilly #E6BFC8

Tints of Chantilly #E6BFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.21%

R = 37.04%
G = 30.76%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E6BFC8 (or 0xE6BFC8) is known color: Chantilly. HEX triplet: E6, BF and C8. RGB value is (230,191,200). Sum of RGB (Red+Green+Blue) = 230+191+200=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 200 (78.52% from 255 or 32.21% from 621); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFC8 is #194037. Grayscale: #CBCBCB. Windows color (decimal): -1654840 or 13156326. OLE color: 13156326.

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

Color convert

RGB 230 191 200 -
CMYK 0 0.17 0.13 0.10
HSL 346.15º 0.44% 0.83% -
HSV(B) 346.15º 0.17% 0.9% -
XYZ 61.69 58.25 62.64 -
YUV 203.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 230 191 200 0 0.17 0.13 0.10 346.15 0.44 0.83
Hex E6 BF C8 0 11 D A 15A 2C 53
Octal 346 277 310 0 21 15 12 532 54 123
Binary 11100110 10111111 11001000 0 10001 1101 1010 101011010 101100 1010011

Color Harmonies of #E6BFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BFC8

Black with #E6BFC8

Text Example


Text Example

White with #E6BFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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