Html Css Color HEX #EDC1CB Chantilly

📋 copy color: '#EDC1CB'

red 237 ◦ green 193 ◦ blue 203

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

Shades of Chantilly #EDC1CB

Tints of Chantilly #EDC1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.07%

R = 37.44%
G = 30.49%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDC1CB (or 0xEDC1CB) is known color: Chantilly. HEX triplet: ED, C1 and CB. RGB value is (237,193,203). Sum of RGB (Red+Green+Blue) = 237+193+203=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC1CB is #123E34. Grayscale: #CFCFCF. Windows color (decimal): -1195573 or 13353453. OLE color: 13353453.

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

Color convert

RGB 237 193 203 -
CMYK 0 0.19 0.14 0.07
HSL 346.36º 0.55% 0.84% -
HSV(B) 346.36º 0.19% 0.93% -
XYZ 64.77 60.46 64.76 -
YUV 207.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 237 193 203 0 0.19 0.14 0.07 346.36 0.55 0.84
Hex ED C1 CB 0 13 E 7 15A 37 54
Octal 355 301 313 0 23 16 7 532 67 124
Binary 11101101 11000001 11001011 0 10011 1110 111 101011010 110111 1010100

Color Harmonies of #EDC1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC1CB

Black with #EDC1CB

Text Example


Text Example

White with #EDC1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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