Html Css Color HEX #EDBEC6 Chantilly

📋 copy color: '#EDBEC6'

red 237 ◦ green 190 ◦ blue 198

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

Shades of Chantilly #EDBEC6

Tints of Chantilly #EDBEC6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.4%

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

R = 37.92%
G = 30.4%
B = 31.68%

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

#EDBEC6 (or 0xEDBEC6) is known color: Chantilly. HEX triplet: ED, BE and C6. RGB value is (237,190,198). Sum of RGB (Red+Green+Blue) = 237+190+198=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEC6 is #124139. Grayscale: #CCCCCC. Windows color (decimal): -1196346 or 13025005. OLE color: 13025005.

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

Color convert

RGB 237 190 198 -
CMYK 0 0.20 0.16 0.07
HSL 349.79º 0.57% 0.84% -
HSV(B) 349.79º 0.2% 0.93% -
XYZ 63.53 58.91 61.45 -
YUV 204.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 237 190 198 0 0.20 0.16 0.07 349.79 0.57 0.84
Hex ED BE C6 0 14 10 7 15E 39 54
Octal 355 276 306 0 24 20 7 536 71 124
Binary 11101101 10111110 11000110 0 10100 10000 111 101011110 111001 1010100

Color Harmonies of #EDBEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBEC6

Black with #EDBEC6

Text Example


Text Example

White with #EDBEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBEC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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