Html Css Color HEX #EAADCC Lavender Pink

📋 copy color: '#EAADCC'

red 234 ◦ green 173 ◦ blue 204

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

Shades of Lavender Pink #EAADCC

Tints of Lavender Pink #EAADCC

RGB

 RED value IS 234 (91.8% from 255) = 38.3%

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

 BLUE value IS 204 (80.08% from 255) = 33.39%

R = 38.3%
G = 28.31%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EAADCC (or 0xEAADCC) is known color: Lavender Pink. HEX triplet: EA, AD and CC. RGB value is (234,173,204). Sum of RGB (Red+Green+Blue) = 234+173+204=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADCC is #155233. Grayscale: #C2C2C2. Windows color (decimal): -1397300 or 13413866. OLE color: 13413866.

HSL color Cylindrical-coordinate representation of color #EAADCC: hue angle of 329.51º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAADCC is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 173 204 -
CMYK 0 0.26 0.13 0.08
HSL 329.51º 0.59% 0.8% -
HSV(B) 329.51º 0.26% 0.92% -
XYZ 59.77 51.74 63.96 -
YUV 194.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 234 173 204 0 0.26 0.13 0.08 329.51 0.59 0.8
Hex EA AD CC 0 1A D 8 14A 3B 50
Octal 352 255 314 0 32 15 10 512 73 120
Binary 11101010 10101101 11001100 0 11010 1101 1000 101001010 111011 1010000

Color Harmonies of #EAADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAADCC

Black with #EAADCC

Text Example


Text Example

White with #EAADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAADCC; }

 p { color: rgb(234,173,204); }

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

background-color css

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

 a { background-color: rgb(234,173,204); }

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

border-color css

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

 span { border-color: rgb(234,173,204); }

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