Html Css Color HEX #EEB4CF Lavender Pink

📋 copy color: '#EEB4CF'

red 238 ◦ green 180 ◦ blue 207

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

Shades of Lavender Pink #EEB4CF

Tints of Lavender Pink #EEB4CF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.8%

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

R = 38.08%
G = 28.8%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EEB4CF (or 0xEEB4CF) is known color: Lavender Pink. HEX triplet: EE, B4 and CF. RGB value is (238,180,207). Sum of RGB (Red+Green+Blue) = 238+180+207=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB4CF is #114B30. Grayscale: #C8C8C8. Windows color (decimal): -1133361 or 13612270. OLE color: 13612270.

HSL color Cylindrical-coordinate representation of color #EEB4CF: hue angle of 332.07º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEB4CF is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 180 207 -
CMYK 0 0.24 0.13 0.07
HSL 332.07º 0.63% 0.82% -
HSV(B) 332.07º 0.24% 0.93% -
XYZ 62.84 55.32 66.4 -
YUV 200.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 238 180 207 0 0.24 0.13 0.07 332.07 0.63 0.82
Hex EE B4 CF 0 18 D 7 14C 3F 52
Octal 356 264 317 0 30 15 7 514 77 122
Binary 11101110 10110100 11001111 0 11000 1101 111 101001100 111111 1010010

Color Harmonies of #EEB4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB4CF

Black with #EEB4CF

Text Example


Text Example

White with #EEB4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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