Html Css Color HEX #EE9CDC Lavender Rose

📋 copy color: '#EE9CDC'

red 238 ◦ green 156 ◦ blue 220

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

Shades of Lavender Rose #EE9CDC

Tints of Lavender Rose #EE9CDC

RGB

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

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

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

R = 38.76%
G = 25.41%
B = 35.83%

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

#EE9CDC (or 0xEE9CDC) is known color: Lavender Rose. HEX triplet: EE, 9C and DC. RGB value is (238,156,220). Sum of RGB (Red+Green+Blue) = 238+156+220=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9CDC is #116323. Grayscale: #BBBBBB. Windows color (decimal): -1139492 or 14458094. OLE color: 14458094.

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

Color convert

RGB 238 156 220 -
CMYK 0 0.34 0.08 0.07
HSL 313.17º 0.71% 0.77% -
HSV(B) 313.17º 0.34% 0.93% -
XYZ 60.07 47.12 73.64 -
YUV 187.81 146.17 163.8 -
System Red Green Blue C M Y K H S L
Decimal 238 156 220 0 0.34 0.08 0.07 313.17 0.71 0.77
Hex EE 9C DC 0 22 8 7 139 47 4D
Octal 356 234 334 0 42 10 7 471 107 115
Binary 11101110 10011100 11011100 0 100010 1000 111 100111001 1000111 1001101

Color Harmonies of #EE9CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9CDC

Black with #EE9CDC

Text Example


Text Example

White with #EE9CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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