Html Css Color HEX #EDBDC7 Chantilly

📋 copy color: '#EDBDC7'

red 237 ◦ green 189 ◦ blue 199

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

Shades of Chantilly #EDBDC7

Tints of Chantilly #EDBDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.84%

R = 37.92%
G = 30.24%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDBDC7 (or 0xEDBDC7) is known color: Chantilly. HEX triplet: ED, BD and C7. RGB value is (237,189,199). Sum of RGB (Red+Green+Blue) = 237+189+199=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDC7 is #124238. Grayscale: #CCCCCC. Windows color (decimal): -1196601 or 13090285. OLE color: 13090285.

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

Color convert

RGB 237 189 199 -
CMYK 0 0.20 0.16 0.07
HSL 347.5º 0.57% 0.84% -
HSV(B) 347.5º 0.2% 0.93% -
XYZ 63.43 58.52 61.99 -
YUV 204.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 237 189 199 0 0.20 0.16 0.07 347.5 0.57 0.84
Hex ED BD C7 0 14 10 7 15C 39 54
Octal 355 275 307 0 24 20 7 534 71 124
Binary 11101101 10111101 11000111 0 10100 10000 111 101011100 111001 1010100

Color Harmonies of #EDBDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDC7

Black with #EDBDC7

Text Example


Text Example

White with #EDBDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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