Html Css Color HEX #EDBCDC Classic Rose

📋 copy color: '#EDBCDC'

red 237 ◦ green 188 ◦ blue 220

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

Shades of Classic Rose #EDBCDC

Tints of Classic Rose #EDBCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.15%

 BLUE value IS 220 (86.33% from 255) = 34.11%

R = 36.74%
G = 29.15%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDBCDC (or 0xEDBCDC) is known color: Classic Rose. HEX triplet: ED, BC and DC. RGB value is (237,188,220). Sum of RGB (Red+Green+Blue) = 237+188+220=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCDC is #124323. Grayscale: #CECECE. Windows color (decimal): -1196836 or 14466285. OLE color: 14466285.

HSL color Cylindrical-coordinate representation of color #EDBCDC: hue angle of 320.82º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBCDC is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 188 220 -
CMYK 0 0.21 0.07 0.07
HSL 320.82º 0.58% 0.83% -
HSV(B) 320.82º 0.21% 0.93% -
XYZ 65.83 59.14 75.66 -
YUV 206.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 237 188 220 0 0.21 0.07 0.07 320.82 0.58 0.83
Hex ED BC DC 0 15 7 7 141 3A 53
Octal 355 274 334 0 25 7 7 501 72 123
Binary 11101101 10111100 11011100 0 10101 111 111 101000001 111010 1010011

Color Harmonies of #EDBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBCDC

Black with #EDBCDC

Text Example


Text Example

White with #EDBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBCDC; }

 p { color: rgb(237,188,220); }

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

background-color css

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

 a { background-color: rgb(237,188,220); }

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

border-color css

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

 span { border-color: rgb(237,188,220); }

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