Html Css Color HEX #EDBAC5 Chantilly

📋 copy color: '#EDBAC5'

red 237 ◦ green 186 ◦ blue 197

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

Shades of Chantilly #EDBAC5

Tints of Chantilly #EDBAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.77%

R = 38.23%
G = 30%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EDBAC5 (or 0xEDBAC5) is known color: Chantilly. HEX triplet: ED, BA and C5. RGB value is (237,186,197). Sum of RGB (Red+Green+Blue) = 237+186+197=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAC5 is #12453A. Grayscale: #CACACA. Windows color (decimal): -1197371 or 12958445. OLE color: 12958445.

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

Color convert

RGB 237 186 197 -
CMYK 0 0.22 0.17 0.07
HSL 347.06º 0.59% 0.83% -
HSV(B) 347.06º 0.22% 0.93% -
XYZ 62.56 57.15 60.56 -
YUV 202.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 237 186 197 0 0.22 0.17 0.07 347.06 0.59 0.83
Hex ED BA C5 0 16 11 7 15B 3B 53
Octal 355 272 305 0 26 21 7 533 73 123
Binary 11101101 10111010 11000101 0 10110 10001 111 101011011 111011 1010011

Color Harmonies of #EDBAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAC5

Black with #EDBAC5

Text Example


Text Example

White with #EDBAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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