Html Css Color HEX #EDBDC6 Chantilly

📋 copy color: '#EDBDC6'

red 237 ◦ green 189 ◦ blue 198

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

Shades of Chantilly #EDBDC6

Tints of Chantilly #EDBDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.73%

R = 37.98%
G = 30.29%
B = 31.73%

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

#EDBDC6 (or 0xEDBDC6) is known color: Chantilly. HEX triplet: ED, BD and C6. RGB value is (237,189,198). Sum of RGB (Red+Green+Blue) = 237+189+198=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDC6 is #124239. Grayscale: #CCCCCC. Windows color (decimal): -1196602 or 13024749. OLE color: 13024749.

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

Color convert

RGB 237 189 198 -
CMYK 0 0.20 0.16 0.07
HSL 348.75º 0.57% 0.84% -
HSV(B) 348.75º 0.2% 0.93% -
XYZ 63.32 58.48 61.38 -
YUV 204.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 237 189 198 0 0.20 0.16 0.07 348.75 0.57 0.84
Hex ED BD C6 0 14 10 7 15D 39 54
Octal 355 275 306 0 24 20 7 535 71 124
Binary 11101101 10111101 11000110 0 10100 10000 111 101011101 111001 1010100

Color Harmonies of #EDBDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDC6

Black with #EDBDC6

Text Example


Text Example

White with #EDBDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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