Html Css Color HEX #EDB3BF Chantilly

📋 copy color: '#EDB3BF'

red 237 ◦ green 179 ◦ blue 191

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

Shades of Chantilly #EDB3BF

Tints of Chantilly #EDB3BF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.49%

 BLUE value IS 191 (75% from 255) = 31.47%

R = 39.04%
G = 29.49%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDB3BF (or 0xEDB3BF) is known color: Chantilly. HEX triplet: ED, B3 and BF. RGB value is (237,179,191). Sum of RGB (Red+Green+Blue) = 237+179+191=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 179 (70.31% from 255 or 29.49% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB3BF is #124C40. Grayscale: #C5C5C5. Windows color (decimal): -1199169 or 12563437. OLE color: 12563437.

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

Color convert

RGB 237 179 191 -
CMYK 0 0.24 0.19 0.07
HSL 347.59º 0.62% 0.82% -
HSV(B) 347.59º 0.24% 0.93% -
XYZ 60.45 54.01 56.53 -
YUV 197.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 237 179 191 0 0.24 0.19 0.07 347.59 0.62 0.82
Hex ED B3 BF 0 18 13 7 15C 3E 52
Octal 355 263 277 0 30 23 7 534 76 122
Binary 11101101 10110011 10111111 0 11000 10011 111 101011100 111110 1010010

Color Harmonies of #EDB3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB3BF

Black with #EDB3BF

Text Example


Text Example

White with #EDB3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB3BF; }

 p { color: rgb(237,179,191); }

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

background-color css

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

 a { background-color: rgb(237,179,191); }

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

border-color css

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

 span { border-color: rgb(237,179,191); }

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