Html Css Color HEX #EDBEC8 Chantilly

📋 copy color: '#EDBEC8'

red 237 ◦ green 190 ◦ blue 200

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

Shades of Chantilly #EDBEC8

Tints of Chantilly #EDBEC8

RGB

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

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

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

R = 37.8%
G = 30.3%
B = 31.9%

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

#EDBEC8 (or 0xEDBEC8) is known color: Chantilly. HEX triplet: ED, BE and C8. RGB value is (237,190,200). Sum of RGB (Red+Green+Blue) = 237+190+200=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEC8 is #124137. Grayscale: #CDCDCD. Windows color (decimal): -1196344 or 13156077. OLE color: 13156077.

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

Color convert

RGB 237 190 200 -
CMYK 0 0.20 0.16 0.07
HSL 347.23º 0.57% 0.84% -
HSV(B) 347.23º 0.2% 0.93% -
XYZ 63.76 59 62.67 -
YUV 205.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 237 190 200 0 0.20 0.16 0.07 347.23 0.57 0.84
Hex ED BE C8 0 14 10 7 15B 39 54
Octal 355 276 310 0 24 20 7 533 71 124
Binary 11101101 10111110 11001000 0 10100 10000 111 101011011 111001 1010100

Color Harmonies of #EDBEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBEC8

Black with #EDBEC8

Text Example


Text Example

White with #EDBEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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