Html Css Color HEX #EDC4CD Chantilly

📋 copy color: '#EDC4CD'

red 237 ◦ green 196 ◦ blue 205

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

Shades of Chantilly #EDC4CD

Tints of Chantilly #EDC4CD

RGB

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

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

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

R = 37.15%
G = 30.72%
B = 32.13%

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

#EDC4CD (or 0xEDC4CD) is known color: Chantilly. HEX triplet: ED, C4 and CD. RGB value is (237,196,205). Sum of RGB (Red+Green+Blue) = 237+196+205=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 196 (76.95% from 255 or 30.72% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC4CD is #123B32. Grayscale: #D1D1D1. Windows color (decimal): -1194803 or 13485293. OLE color: 13485293.

HSL color Cylindrical-coordinate representation of color #EDC4CD: hue angle of 346.83º 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 #EDC4CD is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 196 205 -
CMYK 0 0.17 0.14 0.07
HSL 346.83º 0.53% 0.85% -
HSV(B) 346.83º 0.17% 0.93% -
XYZ 65.68 61.89 66.24 -
YUV 209.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 237 196 205 0 0.17 0.14 0.07 346.83 0.53 0.85
Hex ED C4 CD 0 11 E 7 15B 35 55
Octal 355 304 315 0 21 16 7 533 65 125
Binary 11101101 11000100 11001101 0 10001 1110 111 101011011 110101 1010101

Color Harmonies of #EDC4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC4CD

Black with #EDC4CD

Text Example


Text Example

White with #EDC4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC4CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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