Html Css Color HEX #EEB0CF Lavender Pink

📋 copy color: '#EEB0CF'

red 238 ◦ green 176 ◦ blue 207

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

Shades of Lavender Pink #EEB0CF

Tints of Lavender Pink #EEB0CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.33%

R = 38.33%
G = 28.34%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EEB0CF (or 0xEEB0CF) is known color: Lavender Pink. HEX triplet: EE, B0 and CF. RGB value is (238,176,207). Sum of RGB (Red+Green+Blue) = 238+176+207=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0CF is #114F30. Grayscale: #C6C6C6. Windows color (decimal): -1134385 or 13611246. OLE color: 13611246.

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

Color convert

RGB 238 176 207 -
CMYK 0 0.26 0.13 0.07
HSL 330º 0.65% 0.81% -
HSV(B) 330º 0.26% 0.93% -
XYZ 62.05 53.73 66.13 -
YUV 198.07 133.04 156.48 -
System Red Green Blue C M Y K H S L
Decimal 238 176 207 0 0.26 0.13 0.07 330 0.65 0.81
Hex EE B0 CF 0 1A D 7 14A 41 51
Octal 356 260 317 0 32 15 7 512 101 121
Binary 11101110 10110000 11001111 0 11010 1101 111 101001010 1000001 1010001

Color Harmonies of #EEB0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB0CF

Black with #EEB0CF

Text Example


Text Example

White with #EEB0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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