Html Css Color HEX #EDC2CD Chantilly

📋 copy color: '#EDC2CD'

red 237 ◦ green 194 ◦ blue 205

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

Shades of Chantilly #EDC2CD

Tints of Chantilly #EDC2CD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.5%

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

R = 37.26%
G = 30.5%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDC2CD (or 0xEDC2CD) is known color: Chantilly. HEX triplet: ED, C2 and CD. RGB value is (237,194,205). Sum of RGB (Red+Green+Blue) = 237+194+205=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 194 (76.17% from 255 or 30.50% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC2CD is #123D32. Grayscale: #D0D0D0. Windows color (decimal): -1195315 or 13484781. OLE color: 13484781.

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

Color convert

RGB 237 194 205 -
CMYK 0 0.18 0.14 0.07
HSL 344.65º 0.54% 0.85% -
HSV(B) 344.65º 0.18% 0.93% -
XYZ 65.24 61 66.09 -
YUV 208.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 237 194 205 0 0.18 0.14 0.07 344.65 0.54 0.85
Hex ED C2 CD 0 12 E 7 159 36 55
Octal 355 302 315 0 22 16 7 531 66 125
Binary 11101101 11000010 11001101 0 10010 1110 111 101011001 110110 1010101

Color Harmonies of #EDC2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC2CD

Black with #EDC2CD

Text Example


Text Example

White with #EDC2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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