Html Css Color HEX #EEB9D8 Lavender Pink

📋 copy color: '#EEB9D8'

red 238 ◦ green 185 ◦ blue 216

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

Shades of Lavender Pink #EEB9D8

Tints of Lavender Pink #EEB9D8

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.95%

 BLUE value IS 216 (84.77% from 255) = 33.8%

R = 37.25%
G = 28.95%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EEB9D8 (or 0xEEB9D8) is known color: Lavender Pink. HEX triplet: EE, B9 and D8. RGB value is (238,185,216). Sum of RGB (Red+Green+Blue) = 238+185+216=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB9D8 is #114627. Grayscale: #CCCCCC. Windows color (decimal): -1132072 or 14203374. OLE color: 14203374.

HSL color Cylindrical-coordinate representation of color #EEB9D8: hue angle of 324.91º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEB9D8 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 185 216 -
CMYK 0 0.22 0.09 0.07
HSL 324.91º 0.61% 0.83% -
HSV(B) 324.91º 0.22% 0.93% -
XYZ 65 57.83 72.7 -
YUV 204.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 238 185 216 0 0.22 0.09 0.07 324.91 0.61 0.83
Hex EE B9 D8 0 16 9 7 145 3D 53
Octal 356 271 330 0 26 11 7 505 75 123
Binary 11101110 10111001 11011000 0 10110 1001 111 101000101 111101 1010011

Color Harmonies of #EEB9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB9D8

Black with #EEB9D8

Text Example


Text Example

White with #EEB9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB9D8; }

 p { color: rgb(238,185,216); }

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

background-color css

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

 a { background-color: rgb(238,185,216); }

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

border-color css

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

 span { border-color: rgb(238,185,216); }

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