Html Css Color HEX #ED9CDB Lavender Rose

📋 copy color: '#ED9CDB'

red 237 ◦ green 156 ◦ blue 219

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

Shades of Lavender Rose #ED9CDB

Tints of Lavender Rose #ED9CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.49%

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

R = 38.73%
G = 25.49%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED9CDB (or 0xED9CDB) is known color: Lavender Rose. HEX triplet: ED, 9C and DB. RGB value is (237,156,219). Sum of RGB (Red+Green+Blue) = 237+156+219=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9CDB is #126324. Grayscale: #BBBBBB. Windows color (decimal): -1205029 or 14392557. OLE color: 14392557.

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

Color convert

RGB 237 156 219 -
CMYK 0 0.34 0.08 0.07
HSL 313.33º 0.69% 0.77% -
HSV(B) 313.33º 0.34% 0.93% -
XYZ 59.6 46.9 72.93 -
YUV 187.4 145.84 163.38 -
System Red Green Blue C M Y K H S L
Decimal 237 156 219 0 0.34 0.08 0.07 313.33 0.69 0.77
Hex ED 9C DB 0 22 8 7 139 45 4D
Octal 355 234 333 0 42 10 7 471 105 115
Binary 11101101 10011100 11011011 0 100010 1000 111 100111001 1000101 1001101

Color Harmonies of #ED9CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9CDB

Black with #ED9CDB

Text Example


Text Example

White with #ED9CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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