Html Css Color HEX #EDBAC1 Chantilly

📋 copy color: '#EDBAC1'

red 237 ◦ green 186 ◦ blue 193

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

Shades of Chantilly #EDBAC1

Tints of Chantilly #EDBAC1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.19%

 BLUE value IS 193 (75.78% from 255) = 31.33%

R = 38.47%
G = 30.19%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDBAC1 (or 0xEDBAC1) is known color: Chantilly. HEX triplet: ED, BA and C1. RGB value is (237,186,193). Sum of RGB (Red+Green+Blue) = 237+186+193=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAC1 is #12453E. Grayscale: #CACACA. Windows color (decimal): -1197375 or 12696301. OLE color: 12696301.

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

Color convert

RGB 237 186 193 -
CMYK 0 0.22 0.19 0.07
HSL 351.76º 0.59% 0.83% -
HSV(B) 351.76º 0.22% 0.93% -
XYZ 62.11 56.97 58.18 -
YUV 202.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 237 186 193 0 0.22 0.19 0.07 351.76 0.59 0.83
Hex ED BA C1 0 16 13 7 160 3B 53
Octal 355 272 301 0 26 23 7 540 73 123
Binary 11101101 10111010 11000001 0 10110 10011 111 101100000 111011 1010011

Color Harmonies of #EDBAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAC1

Black with #EDBAC1

Text Example


Text Example

White with #EDBAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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