Html Css Color HEX #EDBDC8 Chantilly

📋 copy color: '#EDBDC8'

red 237 ◦ green 189 ◦ blue 200

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

Shades of Chantilly #EDBDC8

Tints of Chantilly #EDBDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.95%

R = 37.86%
G = 30.19%
B = 31.95%

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

#EDBDC8 (or 0xEDBDC8) is known color: Chantilly. HEX triplet: ED, BD and C8. RGB value is (237,189,200). Sum of RGB (Red+Green+Blue) = 237+189+200=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDC8 is #124237. Grayscale: #CCCCCC. Windows color (decimal): -1196600 or 13155821. OLE color: 13155821.

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

Color convert

RGB 237 189 200 -
CMYK 0 0.20 0.16 0.07
HSL 346.25º 0.57% 0.84% -
HSV(B) 346.25º 0.2% 0.93% -
XYZ 63.55 58.57 62.6 -
YUV 204.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 237 189 200 0 0.20 0.16 0.07 346.25 0.57 0.84
Hex ED BD C8 0 14 10 7 15A 39 54
Octal 355 275 310 0 24 20 7 532 71 124
Binary 11101101 10111101 11001000 0 10100 10000 111 101011010 111001 1010100

Color Harmonies of #EDBDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDC8

Black with #EDBDC8

Text Example


Text Example

White with #EDBDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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