Html Css Color HEX #E6BDCA Chantilly

📋 copy color: '#E6BDCA'

red 230 ◦ green 189 ◦ blue 202

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

Shades of Chantilly #E6BDCA

Tints of Chantilly #E6BDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.53%

R = 37.04%
G = 30.43%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E6BDCA (or 0xE6BDCA) is known color: Chantilly. HEX triplet: E6, BD and CA. RGB value is (230,189,202). Sum of RGB (Red+Green+Blue) = 230+189+202=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDCA is #194235. Grayscale: #CACACA. Windows color (decimal): -1655350 or 13286886. OLE color: 13286886.

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

Color convert

RGB 230 189 202 -
CMYK 0 0.18 0.12 0.10
HSL 340.98º 0.45% 0.82% -
HSV(B) 340.98º 0.18% 0.9% -
XYZ 61.49 57.48 63.73 -
YUV 202.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 230 189 202 0 0.18 0.12 0.10 340.98 0.45 0.82
Hex E6 BD CA 0 12 C A 155 2D 52
Octal 346 275 312 0 22 14 12 525 55 122
Binary 11100110 10111101 11001010 0 10010 1100 1010 101010101 101101 1010010

Color Harmonies of #E6BDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDCA

Black with #E6BDCA

Text Example


Text Example

White with #E6BDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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