Html Css Color HEX #EF9DDC Lavender Rose

📋 copy color: '#EF9DDC'

red 239 ◦ green 157 ◦ blue 220

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

Shades of Lavender Rose #EF9DDC

Tints of Lavender Rose #EF9DDC

RGB

 RED value IS 239 (93.75% from 255) = 38.8%

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

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

R = 38.8%
G = 25.49%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF9DDC (or 0xEF9DDC) is known color: Lavender Rose. HEX triplet: EF, 9D and DC. RGB value is (239,157,220). Sum of RGB (Red+Green+Blue) = 239+157+220=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 157 (61.72% from 255 or 25.49% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9DDC is #106223. Grayscale: #BCBCBC. Windows color (decimal): -1073700 or 14458351. OLE color: 14458351.

HSL color Cylindrical-coordinate representation of color #EF9DDC: hue angle of 313.9º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9DDC is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 157 220 -
CMYK 0 0.34 0.08 0.06
HSL 313.9º 0.72% 0.78% -
HSV(B) 313.9º 0.34% 0.94% -
XYZ 60.57 47.63 73.71 -
YUV 188.7 145.67 163.88 -
System Red Green Blue C M Y K H S L
Decimal 239 157 220 0 0.34 0.08 0.06 313.9 0.72 0.78
Hex EF 9D DC 0 22 8 6 13A 48 4E
Octal 357 235 334 0 42 10 6 472 110 116
Binary 11101111 10011101 11011100 0 100010 1000 110 100111010 1001000 1001110

Color Harmonies of #EF9DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9DDC

Black with #EF9DDC

Text Example


Text Example

White with #EF9DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9DDC; }

 p { color: rgb(239,157,220); }

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

background-color css

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

 a { background-color: rgb(239,157,220); }

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

border-color css

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

 span { border-color: rgb(239,157,220); }

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