Html Css Color HEX #EDADD3 Lavender Pink

📋 copy color: '#EDADD3'

red 237 ◦ green 173 ◦ blue 211

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

Shades of Lavender Pink #EDADD3

Tints of Lavender Pink #EDADD3

RGB

 RED value IS 237 (92.97% from 255) = 38.16%

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

 BLUE value IS 211 (82.81% from 255) = 33.98%

R = 38.16%
G = 27.86%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EDADD3 (or 0xEDADD3) is known color: Lavender Pink. HEX triplet: ED, AD and D3. RGB value is (237,173,211). Sum of RGB (Red+Green+Blue) = 237+173+211=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADD3 is #12522C. Grayscale: #C4C4C4. Windows color (decimal): -1200685 or 13872621. OLE color: 13872621.

HSL color Cylindrical-coordinate representation of color #EDADD3: hue angle of 324.38º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDADD3 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 173 211 -
CMYK 0 0.27 0.11 0.07
HSL 324.38º 0.64% 0.8% -
HSV(B) 324.38º 0.27% 0.93% -
XYZ 61.63 52.59 68.53 -
YUV 196.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 237 173 211 0 0.27 0.11 0.07 324.38 0.64 0.8
Hex ED AD D3 0 1B B 7 144 40 50
Octal 355 255 323 0 33 13 7 504 100 120
Binary 11101101 10101101 11010011 0 11011 1011 111 101000100 1000000 1010000

Color Harmonies of #EDADD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADD3

Black with #EDADD3

Text Example


Text Example

White with #EDADD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADD3; }

 p { color: rgb(237,173,211); }

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

background-color css

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

 a { background-color: rgb(237,173,211); }

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

border-color css

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

 span { border-color: rgb(237,173,211); }

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