Html Css Color HEX #EEB0DC Lavender Rose

📋 copy color: '#EEB0DC'

red 238 ◦ green 176 ◦ blue 220

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

Shades of Lavender Rose #EEB0DC

Tints of Lavender Rose #EEB0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.76%

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

R = 37.54%
G = 27.76%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEB0DC (or 0xEEB0DC) is known color: Lavender Rose. HEX triplet: EE, B0 and DC. RGB value is (238,176,220). Sum of RGB (Red+Green+Blue) = 238+176+220=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 176 (69.14% from 255 or 27.76% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0DC is #114F23. Grayscale: #C7C7C7. Windows color (decimal): -1134372 or 14463214. OLE color: 14463214.

HSL color Cylindrical-coordinate representation of color #EEB0DC: hue angle of 317.42º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB0DC is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 176 220 -
CMYK 0 0.26 0.08 0.07
HSL 317.42º 0.65% 0.81% -
HSV(B) 317.42º 0.26% 0.93% -
XYZ 63.7 54.4 74.85 -
YUV 199.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 238 176 220 0 0.26 0.08 0.07 317.42 0.65 0.81
Hex EE B0 DC 0 1A 8 7 13D 41 51
Octal 356 260 334 0 32 10 7 475 101 121
Binary 11101110 10110000 11011100 0 11010 1000 111 100111101 1000001 1010001

Color Harmonies of #EEB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB0DC

Black with #EEB0DC

Text Example


Text Example

White with #EEB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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