Html Css Color HEX #EDB6BF Chantilly

📋 copy color: '#EDB6BF'

red 237 ◦ green 182 ◦ blue 191

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

Shades of Chantilly #EDB6BF

Tints of Chantilly #EDB6BF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.84%

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

R = 38.85%
G = 29.84%
B = 31.31%

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

#EDB6BF (or 0xEDB6BF) is known color: Chantilly. HEX triplet: ED, B6 and BF. RGB value is (237,182,191). Sum of RGB (Red+Green+Blue) = 237+182+191=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB6BF is #124940. Grayscale: #C7C7C7. Windows color (decimal): -1198401 or 12564205. OLE color: 12564205.

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

Color convert

RGB 237 182 191 -
CMYK 0 0.23 0.19 0.07
HSL 350.18º 0.6% 0.82% -
HSV(B) 350.18º 0.23% 0.93% -
XYZ 61.06 55.22 56.73 -
YUV 199.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 237 182 191 0 0.23 0.19 0.07 350.18 0.6 0.82
Hex ED B6 BF 0 17 13 7 15E 3C 52
Octal 355 266 277 0 27 23 7 536 74 122
Binary 11101101 10110110 10111111 0 10111 10011 111 101011110 111100 1010010

Color Harmonies of #EDB6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB6BF

Black with #EDB6BF

Text Example


Text Example

White with #EDB6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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