Html Css Color HEX #EE9DDB Lavender Rose

📋 copy color: '#EE9DDB'

red 238 ◦ green 157 ◦ blue 219

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

Shades of Lavender Rose #EE9DDB

Tints of Lavender Rose #EE9DDB

RGB

 RED value IS 238 (93.36% from 255) = 38.76%

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

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

R = 38.76%
G = 25.57%
B = 35.67%

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

#EE9DDB (or 0xEE9DDB) is known color: Lavender Rose. HEX triplet: EE, 9D and DB. RGB value is (238,157,219). Sum of RGB (Red+Green+Blue) = 238+157+219=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 157 (61.72% from 255 or 25.57% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9DDB is #116224. Grayscale: #BCBCBC. Windows color (decimal): -1139237 or 14392814. OLE color: 14392814.

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

Color convert

RGB 238 157 219 -
CMYK 0 0.34 0.08 0.07
HSL 314.07º 0.7% 0.77% -
HSV(B) 314.07º 0.34% 0.93% -
XYZ 60.1 47.41 73 -
YUV 188.29 145.34 163.46 -
System Red Green Blue C M Y K H S L
Decimal 238 157 219 0 0.34 0.08 0.07 314.07 0.7 0.77
Hex EE 9D DB 0 22 8 7 13A 46 4D
Octal 356 235 333 0 42 10 7 472 106 115
Binary 11101110 10011101 11011011 0 100010 1000 111 100111010 1000110 1001101

Color Harmonies of #EE9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9DDB

Black with #EE9DDB

Text Example


Text Example

White with #EE9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9DDB; }

 p { color: rgb(238,157,219); }

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

background-color css

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

 a { background-color: rgb(238,157,219); }

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

border-color css

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

 span { border-color: rgb(238,157,219); }

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