Html Css Color HEX #EDC1DB Classic Rose

📋 copy color: '#EDC1DB'

red 237 ◦ green 193 ◦ blue 219

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

Shades of Classic Rose #EDC1DB

Tints of Classic Rose #EDC1DB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.74%

 BLUE value IS 219 (85.94% from 255) = 33.74%

R = 36.52%
G = 29.74%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDC1DB (or 0xEDC1DB) is known color: Classic Rose. HEX triplet: ED, C1 and DB. RGB value is (237,193,219). Sum of RGB (Red+Green+Blue) = 237+193+219=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 193 (75.78% from 255 or 29.74% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC1DB is #123E24. Grayscale: #D1D1D1. Windows color (decimal): -1195557 or 14402029. OLE color: 14402029.

HSL color Cylindrical-coordinate representation of color #EDC1DB: hue angle of 324.55º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDC1DB is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 193 219 -
CMYK 0 0.19 0.08 0.07
HSL 324.55º 0.55% 0.84% -
HSV(B) 324.55º 0.19% 0.93% -
XYZ 66.78 61.26 75.32 -
YUV 209.12 133.58 147.89 -
System Red Green Blue C M Y K H S L
Decimal 237 193 219 0 0.19 0.08 0.07 324.55 0.55 0.84
Hex ED C1 DB 0 13 8 7 145 37 54
Octal 355 301 333 0 23 10 7 505 67 124
Binary 11101101 11000001 11011011 0 10011 1000 111 101000101 110111 1010100

Color Harmonies of #EDC1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC1DB

Black with #EDC1DB

Text Example


Text Example

White with #EDC1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC1DB; }

 p { color: rgb(237,193,219); }

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

background-color css

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

 a { background-color: rgb(237,193,219); }

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

border-color css

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

 span { border-color: rgb(237,193,219); }

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