Html Css Color HEX #EDBAC3 Chantilly

📋 copy color: '#EDBAC3'

red 237 ◦ green 186 ◦ blue 195

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

Shades of Chantilly #EDBAC3

Tints of Chantilly #EDBAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.55%

R = 38.35%
G = 30.1%
B = 31.55%

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

#EDBAC3 (or 0xEDBAC3) is known color: Chantilly. HEX triplet: ED, BA and C3. RGB value is (237,186,195). Sum of RGB (Red+Green+Blue) = 237+186+195=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 195 (76.56% from 255 or 31.55% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAC3 is #12453C. Grayscale: #CACACA. Windows color (decimal): -1197373 or 12827373. OLE color: 12827373.

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

Color convert

RGB 237 186 195 -
CMYK 0 0.22 0.18 0.07
HSL 349.41º 0.59% 0.83% -
HSV(B) 349.41º 0.22% 0.93% -
XYZ 62.33 57.06 59.36 -
YUV 202.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 237 186 195 0 0.22 0.18 0.07 349.41 0.59 0.83
Hex ED BA C3 0 16 12 7 15D 3B 53
Octal 355 272 303 0 26 22 7 535 73 123
Binary 11101101 10111010 11000011 0 10110 10010 111 101011101 111011 1010011

Color Harmonies of #EDBAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAC3

Black with #EDBAC3

Text Example


Text Example

White with #EDBAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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