Html Css Color HEX #EDB2BF Chantilly

📋 copy color: '#EDB2BF'

red 237 ◦ green 178 ◦ blue 191

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

Shades of Chantilly #EDB2BF

Tints of Chantilly #EDB2BF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.37%

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

R = 39.11%
G = 29.37%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDB2BF (or 0xEDB2BF) is known color: Chantilly. HEX triplet: ED, B2 and BF. RGB value is (237,178,191). Sum of RGB (Red+Green+Blue) = 237+178+191=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2BF is #124D40. Grayscale: #C5C5C5. Windows color (decimal): -1199425 or 12563181. OLE color: 12563181.

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

Color convert

RGB 237 178 191 -
CMYK 0 0.25 0.19 0.07
HSL 346.78º 0.62% 0.81% -
HSV(B) 346.78º 0.25% 0.93% -
XYZ 60.25 53.61 56.46 -
YUV 197.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 237 178 191 0 0.25 0.19 0.07 346.78 0.62 0.81
Hex ED B2 BF 0 19 13 7 15B 3E 51
Octal 355 262 277 0 31 23 7 533 76 121
Binary 11101101 10110010 10111111 0 11001 10011 111 101011011 111110 1010001

Color Harmonies of #EDB2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB2BF

Black with #EDB2BF

Text Example


Text Example

White with #EDB2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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