Html Css Color HEX #E6C4CD Chantilly

📋 copy color: '#E6C4CD'

red 230 ◦ green 196 ◦ blue 205

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

Shades of Chantilly #E6C4CD

Tints of Chantilly #E6C4CD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.06%

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

R = 36.45%
G = 31.06%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E6C4CD (or 0xE6C4CD) is known color: Chantilly. HEX triplet: E6, C4 and CD. RGB value is (230,196,205). Sum of RGB (Red+Green+Blue) = 230+196+205=631 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.45% from 631); Green value is 196 (76.95% from 255 or 31.06% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C4CD is #193B32. Grayscale: #CFCFCF. Windows color (decimal): -1653555 or 13485286. OLE color: 13485286.

HSL color Cylindrical-coordinate representation of color #E6C4CD: hue angle of 344.12º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6C4CD is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 196 205 -
CMYK 0 0.15 0.11 0.10
HSL 344.12º 0.4% 0.84% -
HSV(B) 344.12º 0.15% 0.9% -
XYZ 63.39 60.71 66.13 -
YUV 207.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 230 196 205 0 0.15 0.11 0.10 344.12 0.4 0.84
Hex E6 C4 CD 0 F B A 158 28 54
Octal 346 304 315 0 17 13 12 530 50 124
Binary 11100110 11000100 11001101 0 1111 1011 1010 101011000 101000 1010100

Color Harmonies of #E6C4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C4CD

Black with #E6C4CD

Text Example


Text Example

White with #E6C4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C4CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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