Html Css Color HEX #EDBECB Chantilly

📋 copy color: '#EDBECB'

red 237 ◦ green 190 ◦ blue 203

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

Shades of Chantilly #EDBECB

Tints of Chantilly #EDBECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.22%

R = 37.62%
G = 30.16%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDBECB (or 0xEDBECB) is known color: Chantilly. HEX triplet: ED, BE and CB. RGB value is (237,190,203). Sum of RGB (Red+Green+Blue) = 237+190+203=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBECB is #124134. Grayscale: #CDCDCD. Windows color (decimal): -1196341 or 13352685. OLE color: 13352685.

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

Color convert

RGB 237 190 203 -
CMYK 0 0.20 0.14 0.07
HSL 343.4º 0.57% 0.84% -
HSV(B) 343.4º 0.2% 0.93% -
XYZ 64.12 59.14 64.54 -
YUV 205.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 237 190 203 0 0.20 0.14 0.07 343.4 0.57 0.84
Hex ED BE CB 0 14 E 7 157 39 54
Octal 355 276 313 0 24 16 7 527 71 124
Binary 11101101 10111110 11001011 0 10100 1110 111 101010111 111001 1010100

Color Harmonies of #EDBECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBECB

Black with #EDBECB

Text Example


Text Example

White with #EDBECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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