Html Css Color HEX #E6C5CD Chantilly

📋 copy color: '#E6C5CD'

red 230 ◦ green 197 ◦ blue 205

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

Shades of Chantilly #E6C5CD

Tints of Chantilly #E6C5CD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.17%

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

R = 36.39%
G = 31.17%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E6C5CD (or 0xE6C5CD) is known color: Chantilly. HEX triplet: E6, C5 and CD. RGB value is (230,197,205). Sum of RGB (Red+Green+Blue) = 230+197+205=632 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.39% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C5CD is #193A32. Grayscale: #CFCFCF. Windows color (decimal): -1653299 or 13485542. OLE color: 13485542.

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

Color convert

RGB 230 197 205 -
CMYK 0 0.14 0.11 0.10
HSL 345.45º 0.4% 0.84% -
HSV(B) 345.45º 0.14% 0.9% -
XYZ 63.62 61.16 66.21 -
YUV 207.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 230 197 205 0 0.14 0.11 0.10 345.45 0.4 0.84
Hex E6 C5 CD 0 E B A 159 28 54
Octal 346 305 315 0 16 13 12 531 50 124
Binary 11100110 11000101 11001101 0 1110 1011 1010 101011001 101000 1010100

Color Harmonies of #E6C5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C5CD

Black with #E6C5CD

Text Example


Text Example

White with #E6C5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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