Html Css Color HEX #EDC5CD Chantilly

📋 copy color: '#EDC5CD'

red 237 ◦ green 197 ◦ blue 205

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

Shades of Chantilly #EDC5CD

Tints of Chantilly #EDC5CD

RGB

 RED value IS 237 (92.97% from 255) = 37.09%

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

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

R = 37.09%
G = 30.83%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDC5CD (or 0xEDC5CD) is known color: Chantilly. HEX triplet: ED, C5 and CD. RGB value is (237,197,205). Sum of RGB (Red+Green+Blue) = 237+197+205=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5CD is #123A32. Grayscale: #D1D1D1. Windows color (decimal): -1194547 or 13485549. OLE color: 13485549.

HSL color Cylindrical-coordinate representation of color #EDC5CD: hue angle of 348º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDC5CD is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 197 205 -
CMYK 0 0.17 0.14 0.07
HSL 348º 0.53% 0.85% -
HSV(B) 348º 0.17% 0.93% -
XYZ 65.91 62.34 66.32 -
YUV 209.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 237 197 205 0 0.17 0.14 0.07 348 0.53 0.85
Hex ED C5 CD 0 11 E 7 15C 35 55
Octal 355 305 315 0 21 16 7 534 65 125
Binary 11101101 11000101 11001101 0 10001 1110 111 101011100 110101 1010101

Color Harmonies of #EDC5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC5CD

Black with #EDC5CD

Text Example


Text Example

White with #EDC5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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