Html Css Color HEX #E6BDC6 Chantilly

📋 copy color: '#E6BDC6'

red 230 ◦ green 189 ◦ blue 198

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

Shades of Chantilly #E6BDC6

Tints of Chantilly #E6BDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.09%

R = 37.28%
G = 30.63%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E6BDC6 (or 0xE6BDC6) is known color: Chantilly. HEX triplet: E6, BD and C6. RGB value is (230,189,198). Sum of RGB (Red+Green+Blue) = 230+189+198=617 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.28% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDC6 is #194239. Grayscale: #CACACA. Windows color (decimal): -1655354 or 13024742. OLE color: 13024742.

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

Color convert

RGB 230 189 198 -
CMYK 0 0.18 0.14 0.10
HSL 346.83º 0.45% 0.82% -
HSV(B) 346.83º 0.18% 0.9% -
XYZ 61.02 57.3 61.27 -
YUV 202.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 230 189 198 0 0.18 0.14 0.10 346.83 0.45 0.82
Hex E6 BD C6 0 12 E A 15B 2D 52
Octal 346 275 306 0 22 16 12 533 55 122
Binary 11100110 10111101 11000110 0 10010 1110 1010 101011011 101101 1010010

Color Harmonies of #E6BDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDC6

Black with #E6BDC6

Text Example


Text Example

White with #E6BDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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