Html Css Color HEX #EDADD4 Lavender Pink

📋 copy color: '#EDADD4'

red 237 ◦ green 173 ◦ blue 212

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

Shades of Lavender Pink #EDADD4

Tints of Lavender Pink #EDADD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.08%

R = 38.1%
G = 27.81%
B = 34.08%

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

#EDADD4 (or 0xEDADD4) is known color: Lavender Pink. HEX triplet: ED, AD and D4. RGB value is (237,173,212). Sum of RGB (Red+Green+Blue) = 237+173+212=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADD4 is #12522B. Grayscale: #C4C4C4. Windows color (decimal): -1200684 or 13938157. OLE color: 13938157.

HSL color Cylindrical-coordinate representation of color #EDADD4: hue angle of 323.44º 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 #EDADD4 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 173 212 -
CMYK 0 0.27 0.11 0.07
HSL 323.44º 0.64% 0.8% -
HSV(B) 323.44º 0.27% 0.93% -
XYZ 61.75 52.65 69.19 -
YUV 196.58 136.7 156.83 -
System Red Green Blue C M Y K H S L
Decimal 237 173 212 0 0.27 0.11 0.07 323.44 0.64 0.8
Hex ED AD D4 0 1B B 7 143 40 50
Octal 355 255 324 0 33 13 7 503 100 120
Binary 11101101 10101101 11010100 0 11011 1011 111 101000011 1000000 1010000

Color Harmonies of #EDADD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADD4

Black with #EDADD4

Text Example


Text Example

White with #EDADD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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