Html Css Color HEX #ED9DD2 Lavender Rose

📋 copy color: '#ED9DD2'

red 237 ◦ green 157 ◦ blue 210

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

Shades of Lavender Rose #ED9DD2

Tints of Lavender Rose #ED9DD2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.99%

 BLUE value IS 210 (82.42% from 255) = 34.77%

R = 39.24%
G = 25.99%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED9DD2 (or 0xED9DD2) is known color: Lavender Rose. HEX triplet: ED, 9D and D2. RGB value is (237,157,210). Sum of RGB (Red+Green+Blue) = 237+157+210=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9DD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9DD2 is #12622D. Grayscale: #BABABA. Windows color (decimal): -1204782 or 13802989. OLE color: 13802989.

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

Color convert

RGB 237 157 210 -
CMYK 0 0.34 0.11 0.07
HSL 320.25º 0.69% 0.77% -
HSV(B) 320.25º 0.34% 0.93% -
XYZ 58.61 46.77 66.91 -
YUV 186.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 237 157 210 0 0.34 0.11 0.07 320.25 0.69 0.77
Hex ED 9D D2 0 22 B 7 140 45 4D
Octal 355 235 322 0 42 13 7 500 105 115
Binary 11101101 10011101 11010010 0 100010 1011 111 101000000 1000101 1001101

Color Harmonies of #ED9DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9DD2

Black with #ED9DD2

Text Example


Text Example

White with #ED9DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9DD2; }

 p { color: rgb(237,157,210); }

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

background-color css

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

 a { background-color: rgb(237,157,210); }

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

border-color css

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

 span { border-color: rgb(237,157,210); }

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