Html Css Color HEX #ED9CDC Lavender Rose

📋 copy color: '#ED9CDC'

red 237 ◦ green 156 ◦ blue 220

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

Shades of Lavender Rose #ED9CDC

Tints of Lavender Rose #ED9CDC

RGB

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

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

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

R = 38.66%
G = 25.45%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED9CDC (or 0xED9CDC) is known color: Lavender Rose. HEX triplet: ED, 9C and DC. RGB value is (237,156,220). Sum of RGB (Red+Green+Blue) = 237+156+220=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9CDC is #126323. Grayscale: #BBBBBB. Windows color (decimal): -1205028 or 14458093. OLE color: 14458093.

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

Color convert

RGB 237 156 220 -
CMYK 0 0.34 0.07 0.07
HSL 312.59º 0.69% 0.77% -
HSV(B) 312.59º 0.34% 0.93% -
XYZ 59.73 46.95 73.62 -
YUV 187.52 146.34 163.3 -
System Red Green Blue C M Y K H S L
Decimal 237 156 220 0 0.34 0.07 0.07 312.59 0.69 0.77
Hex ED 9C DC 0 22 7 7 139 45 4D
Octal 355 234 334 0 42 7 7 471 105 115
Binary 11101101 10011100 11011100 0 100010 111 111 100111001 1000101 1001101

Color Harmonies of #ED9CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9CDC

Black with #ED9CDC

Text Example


Text Example

White with #ED9CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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