Html Css Color HEX #EDBDCD Chantilly

📋 copy color: '#EDBDCD'

red 237 ◦ green 189 ◦ blue 205

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

Shades of Chantilly #EDBDCD

Tints of Chantilly #EDBDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.95%

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

R = 37.56%
G = 29.95%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDBDCD (or 0xEDBDCD) is known color: Chantilly. HEX triplet: ED, BD and CD. RGB value is (237,189,205). Sum of RGB (Red+Green+Blue) = 237+189+205=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDCD is #124232. Grayscale: #CDCDCD. Windows color (decimal): -1196595 or 13483501. OLE color: 13483501.

HSL color Cylindrical-coordinate representation of color #EDBDCD: hue angle of 340º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBDCD is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 189 205 -
CMYK 0 0.20 0.14 0.07
HSL 340º 0.57% 0.84% -
HSV(B) 340º 0.2% 0.93% -
XYZ 64.14 58.81 65.73 -
YUV 205.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 237 189 205 0 0.20 0.14 0.07 340 0.57 0.84
Hex ED BD CD 0 14 E 7 154 39 54
Octal 355 275 315 0 24 16 7 524 71 124
Binary 11101101 10111101 11001101 0 10100 1110 111 101010100 111001 1010100

Color Harmonies of #EDBDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDCD

Black with #EDBDCD

Text Example


Text Example

White with #EDBDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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