Html Css Color HEX #EDBAC2 Chantilly

📋 copy color: '#EDBAC2'

red 237 ◦ green 186 ◦ blue 194

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

Shades of Chantilly #EDBAC2

Tints of Chantilly #EDBAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.44%

R = 38.41%
G = 30.15%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EDBAC2 (or 0xEDBAC2) is known color: Chantilly. HEX triplet: ED, BA and C2. RGB value is (237,186,194). Sum of RGB (Red+Green+Blue) = 237+186+194=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAC2 is #12453D. Grayscale: #CACACA. Windows color (decimal): -1197374 or 12761837. OLE color: 12761837.

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

Color convert

RGB 237 186 194 -
CMYK 0 0.22 0.18 0.07
HSL 350.59º 0.59% 0.83% -
HSV(B) 350.59º 0.22% 0.93% -
XYZ 62.22 57.02 58.76 -
YUV 202.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 237 186 194 0 0.22 0.18 0.07 350.59 0.59 0.83
Hex ED BA C2 0 16 12 7 15F 3B 53
Octal 355 272 302 0 26 22 7 537 73 123
Binary 11101101 10111010 11000010 0 10110 10010 111 101011111 111011 1010011

Color Harmonies of #EDBAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAC2

Black with #EDBAC2

Text Example


Text Example

White with #EDBAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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