Html Css Color HEX #EDB7BF Chantilly

📋 copy color: '#EDB7BF'

red 237 ◦ green 183 ◦ blue 191

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

Shades of Chantilly #EDB7BF

Tints of Chantilly #EDB7BF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.95%

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

R = 38.79%
G = 29.95%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDB7BF (or 0xEDB7BF) is known color: Chantilly. HEX triplet: ED, B7 and BF. RGB value is (237,183,191). Sum of RGB (Red+Green+Blue) = 237+183+191=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB7BF is #124840. Grayscale: #C8C8C8. Windows color (decimal): -1198145 or 12564461. OLE color: 12564461.

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

Color convert

RGB 237 183 191 -
CMYK 0 0.23 0.19 0.07
HSL 351.11º 0.6% 0.82% -
HSV(B) 351.11º 0.23% 0.93% -
XYZ 61.26 55.63 56.8 -
YUV 200.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 237 183 191 0 0.23 0.19 0.07 351.11 0.6 0.82
Hex ED B7 BF 0 17 13 7 15F 3C 52
Octal 355 267 277 0 27 23 7 537 74 122
Binary 11101101 10110111 10111111 0 10111 10011 111 101011111 111100 1010010

Color Harmonies of #EDB7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB7BF

Black with #EDB7BF

Text Example


Text Example

White with #EDB7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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