Html Css Color HEX #E6BCCD Chantilly

📋 copy color: '#E6BCCD'

red 230 ◦ green 188 ◦ blue 205

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

Shades of Chantilly #E6BCCD

Tints of Chantilly #E6BCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.18%

 BLUE value IS 205 (80.47% from 255) = 32.91%

R = 36.92%
G = 30.18%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E6BCCD (or 0xE6BCCD) is known color: Chantilly. HEX triplet: E6, BC and CD. RGB value is (230,188,205). Sum of RGB (Red+Green+Blue) = 230+188+205=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BCCD is #194332. Grayscale: #CACACA. Windows color (decimal): -1655603 or 13483238. OLE color: 13483238.

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

Color convert

RGB 230 188 205 -
CMYK 0 0.18 0.11 0.10
HSL 335.71º 0.46% 0.82% -
HSV(B) 335.71º 0.18% 0.9% -
XYZ 61.64 57.2 65.55 -
YUV 202.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 230 188 205 0 0.18 0.11 0.10 335.71 0.46 0.82
Hex E6 BC CD 0 12 B A 150 2E 52
Octal 346 274 315 0 22 13 12 520 56 122
Binary 11100110 10111100 11001101 0 10010 1011 1010 101010000 101110 1010010

Color Harmonies of #E6BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BCCD

Black with #E6BCCD

Text Example


Text Example

White with #E6BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BCCD; }

 p { color: rgb(230,188,205); }

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

background-color css

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

 a { background-color: rgb(230,188,205); }

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

border-color css

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

 span { border-color: rgb(230,188,205); }

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