Html Css Color HEX #EDC1CA Chantilly

📋 copy color: '#EDC1CA'

red 237 ◦ green 193 ◦ blue 202

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

Shades of Chantilly #EDC1CA

Tints of Chantilly #EDC1CA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.54%

 BLUE value IS 202 (79.3% from 255) = 31.96%

R = 37.5%
G = 30.54%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDC1CA (or 0xEDC1CA) is known color: Chantilly. HEX triplet: ED, C1 and CA. RGB value is (237,193,202). Sum of RGB (Red+Green+Blue) = 237+193+202=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC1CA is #123E35. Grayscale: #CFCFCF. Windows color (decimal): -1195574 or 13287917. OLE color: 13287917.

HSL color Cylindrical-coordinate representation of color #EDC1CA: hue angle of 347.73º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDC1CA is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 193 202 -
CMYK 0 0.19 0.15 0.07
HSL 347.73º 0.55% 0.84% -
HSV(B) 347.73º 0.19% 0.93% -
XYZ 64.66 60.41 64.13 -
YUV 207.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 237 193 202 0 0.19 0.15 0.07 347.73 0.55 0.84
Hex ED C1 CA 0 13 F 7 15C 37 54
Octal 355 301 312 0 23 17 7 534 67 124
Binary 11101101 11000001 11001010 0 10011 1111 111 101011100 110111 1010100

Color Harmonies of #EDC1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC1CA

Black with #EDC1CA

Text Example


Text Example

White with #EDC1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC1CA; }

 p { color: rgb(237,193,202); }

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

background-color css

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

 a { background-color: rgb(237,193,202); }

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

border-color css

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

 span { border-color: rgb(237,193,202); }

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