Html Css Color HEX #EAADCB Lavender Pink

📋 copy color: '#EAADCB'

red 234 ◦ green 173 ◦ blue 203

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

Shades of Lavender Pink #EAADCB

Tints of Lavender Pink #EAADCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.28%

R = 38.36%
G = 28.36%
B = 33.28%

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

#EAADCB (or 0xEAADCB) is known color: Lavender Pink. HEX triplet: EA, AD and CB. RGB value is (234,173,203). Sum of RGB (Red+Green+Blue) = 234+173+203=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADCB is #155234. Grayscale: #C2C2C2. Windows color (decimal): -1397301 or 13348330. OLE color: 13348330.

HSL color Cylindrical-coordinate representation of color #EAADCB: hue angle of 330.49º 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 #EAADCB is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 173 203 -
CMYK 0 0.26 0.13 0.08
HSL 330.49º 0.59% 0.8% -
HSV(B) 330.49º 0.26% 0.92% -
XYZ 59.65 51.69 63.33 -
YUV 194.66 132.71 156.06 -
System Red Green Blue C M Y K H S L
Decimal 234 173 203 0 0.26 0.13 0.08 330.49 0.59 0.8
Hex EA AD CB 0 1A D 8 14A 3B 50
Octal 352 255 313 0 32 15 10 512 73 120
Binary 11101010 10101101 11001011 0 11010 1101 1000 101001010 111011 1010000

Color Harmonies of #EAADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAADCB

Black with #EAADCB

Text Example


Text Example

White with #EAADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAADCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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