Html Css Color HEX #EDBDC5 Chantilly

📋 copy color: '#EDBDC5'

red 237 ◦ green 189 ◦ blue 197

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

Shades of Chantilly #EDBDC5

Tints of Chantilly #EDBDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.62%

R = 38.04%
G = 30.34%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EDBDC5 (or 0xEDBDC5) is known color: Chantilly. HEX triplet: ED, BD and C5. RGB value is (237,189,197). Sum of RGB (Red+Green+Blue) = 237+189+197=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDC5 is #12423A. Grayscale: #CCCCCC. Windows color (decimal): -1196603 or 12959213. OLE color: 12959213.

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

Color convert

RGB 237 189 197 -
CMYK 0 0.20 0.17 0.07
HSL 350º 0.57% 0.84% -
HSV(B) 350º 0.2% 0.93% -
XYZ 63.2 58.43 60.77 -
YUV 204.26 123.9 151.35 -
System Red Green Blue C M Y K H S L
Decimal 237 189 197 0 0.20 0.17 0.07 350 0.57 0.84
Hex ED BD C5 0 14 11 7 15E 39 54
Octal 355 275 305 0 24 21 7 536 71 124
Binary 11101101 10111101 11000101 0 10100 10001 111 101011110 111001 1010100

Color Harmonies of #EDBDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDC5

Black with #EDBDC5

Text Example


Text Example

White with #EDBDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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