Html Css Color HEX #EDBACD Chantilly

📋 copy color: '#EDBACD'

red 237 ◦ green 186 ◦ blue 205

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

Shades of Chantilly #EDBACD

Tints of Chantilly #EDBACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.64%

R = 37.74%
G = 29.62%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDBACD (or 0xEDBACD) is known color: Chantilly. HEX triplet: ED, BA and CD. RGB value is (237,186,205). Sum of RGB (Red+Green+Blue) = 237+186+205=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBACD is #124532. Grayscale: #CBCBCB. Windows color (decimal): -1197363 or 13482733. OLE color: 13482733.

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

Color convert

RGB 237 186 205 -
CMYK 0 0.22 0.14 0.07
HSL 337.65º 0.59% 0.83% -
HSV(B) 337.65º 0.22% 0.93% -
XYZ 63.5 57.53 65.52 -
YUV 203.42 128.9 151.96 -
System Red Green Blue C M Y K H S L
Decimal 237 186 205 0 0.22 0.14 0.07 337.65 0.59 0.83
Hex ED BA CD 0 16 E 7 152 3B 53
Octal 355 272 315 0 26 16 7 522 73 123
Binary 11101101 10111010 11001101 0 10110 1110 111 101010010 111011 1010011

Color Harmonies of #EDBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBACD

Black with #EDBACD

Text Example


Text Example

White with #EDBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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