Html Css Color HEX #EE9DDF Lavender Rose

📋 copy color: '#EE9DDF'

red 238 ◦ green 157 ◦ blue 223

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

Shades of Lavender Rose #EE9DDF

Tints of Lavender Rose #EE9DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.08%

R = 38.51%
G = 25.4%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE9DDF (or 0xEE9DDF) is known color: Lavender Rose. HEX triplet: EE, 9D and DF. RGB value is (238,157,223). Sum of RGB (Red+Green+Blue) = 238+157+223=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 157 (61.72% from 255 or 25.40% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9DDF is #116220. Grayscale: #BCBCBC. Windows color (decimal): -1139233 or 14654958. OLE color: 14654958.

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

Color convert

RGB 238 157 223 -
CMYK 0 0.34 0.06 0.07
HSL 311.11º 0.7% 0.77% -
HSV(B) 311.11º 0.34% 0.93% -
XYZ 60.64 47.62 75.81 -
YUV 188.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 238 157 223 0 0.34 0.06 0.07 311.11 0.7 0.77
Hex EE 9D DF 0 22 6 7 137 46 4D
Octal 356 235 337 0 42 6 7 467 106 115
Binary 11101110 10011101 11011111 0 100010 110 111 100110111 1000110 1001101

Color Harmonies of #EE9DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9DDF

Black with #EE9DDF

Text Example


Text Example

White with #EE9DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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