Html Css Color HEX #E6ADCD Lavender Pink

📋 copy color: '#E6ADCD'

red 230 ◦ green 173 ◦ blue 205

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

Shades of Lavender Pink #E6ADCD

Tints of Lavender Pink #E6ADCD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.45%

 BLUE value IS 205 (80.47% from 255) = 33.72%

R = 37.83%
G = 28.45%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E6ADCD (or 0xE6ADCD) is known color: Lavender Pink. HEX triplet: E6, AD and CD. RGB value is (230,173,205). Sum of RGB (Red+Green+Blue) = 230+173+205=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ADCD is #195232. Grayscale: #C1C1C1. Windows color (decimal): -1659443 or 13479398. OLE color: 13479398.

HSL color Cylindrical-coordinate representation of color #E6ADCD: hue angle of 326.32º degrees, saturation: 0.53, 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 #E6ADCD is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 173 205 -
CMYK 0 0.25 0.11 0.10
HSL 326.32º 0.53% 0.79% -
HSV(B) 326.32º 0.25% 0.9% -
XYZ 58.6 51.12 64.54 -
YUV 193.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 230 173 205 0 0.25 0.11 0.10 326.32 0.53 0.79
Hex E6 AD CD 0 19 B A 146 35 4F
Octal 346 255 315 0 31 13 12 506 65 117
Binary 11100110 10101101 11001101 0 11001 1011 1010 101000110 110101 1001111

Color Harmonies of #E6ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ADCD

Black with #E6ADCD

Text Example


Text Example

White with #E6ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ADCD; }

 p { color: rgb(230,173,205); }

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

background-color css

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

 a { background-color: rgb(230,173,205); }

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

border-color css

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

 span { border-color: rgb(230,173,205); }

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