Html Css Color HEX #EDBEC9 Chantilly

📋 copy color: '#EDBEC9'

red 237 ◦ green 190 ◦ blue 201

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

Shades of Chantilly #EDBEC9

Tints of Chantilly #EDBEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.01%

R = 37.74%
G = 30.25%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDBEC9 (or 0xEDBEC9) is known color: Chantilly. HEX triplet: ED, BE and C9. RGB value is (237,190,201). Sum of RGB (Red+Green+Blue) = 237+190+201=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEC9 is #124136. Grayscale: #CDCDCD. Windows color (decimal): -1196343 or 13221613. OLE color: 13221613.

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

Color convert

RGB 237 190 201 -
CMYK 0 0.20 0.15 0.07
HSL 345.96º 0.57% 0.84% -
HSV(B) 345.96º 0.2% 0.93% -
XYZ 63.88 59.05 63.29 -
YUV 205.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 237 190 201 0 0.20 0.15 0.07 345.96 0.57 0.84
Hex ED BE C9 0 14 F 7 15A 39 54
Octal 355 276 311 0 24 17 7 532 71 124
Binary 11101101 10111110 11001001 0 10100 1111 111 101011010 111001 1010100

Color Harmonies of #EDBEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBEC9

Black with #EDBEC9

Text Example


Text Example

White with #EDBEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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