Html Css Color HEX #E6ACD0 Lavender Pink

📋 copy color: '#E6ACD0'

red 230 ◦ green 172 ◦ blue 208

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

Shades of Lavender Pink #E6ACD0

Tints of Lavender Pink #E6ACD0

RGB

 RED value IS 230 (90.23% from 255) = 37.7%

 GREEN value IS 172 (67.58% from 255) = 28.2%

 BLUE value IS 208 (81.64% from 255) = 34.1%

R = 37.7%
G = 28.2%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E6ACD0 (or 0xE6ACD0) is known color: Lavender Pink. HEX triplet: E6, AC and D0. RGB value is (230,172,208). Sum of RGB (Red+Green+Blue) = 230+172+208=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ACD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ACD0 is #19532F. Grayscale: #C1C1C1. Windows color (decimal): -1659696 or 13675750. OLE color: 13675750.

HSL color Cylindrical-coordinate representation of color #E6ACD0: hue angle of 322.76º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6ACD0 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 172 208 -
CMYK 0 0.25 0.10 0.10
HSL 322.76º 0.54% 0.79% -
HSV(B) 322.76º 0.25% 0.9% -
XYZ 58.77 50.88 66.4 -
YUV 193.45 136.22 154.07 -
System Red Green Blue C M Y K H S L
Decimal 230 172 208 0 0.25 0.10 0.10 322.76 0.54 0.79
Hex E6 AC D0 0 19 A A 143 36 4F
Octal 346 254 320 0 31 12 12 503 66 117
Binary 11100110 10101100 11010000 0 11001 1010 1010 101000011 110110 1001111

Color Harmonies of #E6ACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ACD0

Black with #E6ACD0

Text Example


Text Example

White with #E6ACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ACD0; }

 p { color: rgb(230,172,208); }

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

background-color css

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

 a { background-color: rgb(230,172,208); }

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

border-color css

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

 span { border-color: rgb(230,172,208); }

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