Html Css Color HEX #E8ADCF Lavender Pink

📋 copy color: '#E8ADCF'

red 232 ◦ green 173 ◦ blue 207

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

Shades of Lavender Pink #E8ADCF

Tints of Lavender Pink #E8ADCF

RGB

 RED value IS 232 (91.02% from 255) = 37.91%

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

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

R = 37.91%
G = 28.27%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E8ADCF (or 0xE8ADCF) is known color: Lavender Pink. HEX triplet: E8, AD and CF. RGB value is (232,173,207). Sum of RGB (Red+Green+Blue) = 232+173+207=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ADCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ADCF is #175230. Grayscale: #C2C2C2. Windows color (decimal): -1528369 or 13610472. OLE color: 13610472.

HSL color Cylindrical-coordinate representation of color #E8ADCF: hue angle of 325.42º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8ADCF is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 173 207 -
CMYK 0 0.25 0.11 0.09
HSL 325.42º 0.56% 0.79% -
HSV(B) 325.42º 0.25% 0.91% -
XYZ 59.48 51.55 65.85 -
YUV 194.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 232 173 207 0 0.25 0.11 0.09 325.42 0.56 0.79
Hex E8 AD CF 0 19 B 9 145 38 4F
Octal 350 255 317 0 31 13 11 505 70 117
Binary 11101000 10101101 11001111 0 11001 1011 1001 101000101 111000 1001111

Color Harmonies of #E8ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8ADCF

Black with #E8ADCF

Text Example


Text Example

White with #E8ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8ADCF; }

 p { color: rgb(232,173,207); }

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

background-color css

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

 a { background-color: rgb(232,173,207); }

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

border-color css

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

 span { border-color: rgb(232,173,207); }

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