Html Css Color HEX #EDADCC Lavender Pink

📋 copy color: '#EDADCC'

red 237 ◦ green 173 ◦ blue 204

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

Shades of Lavender Pink #EDADCC

Tints of Lavender Pink #EDADCC

RGB

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

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

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

R = 38.6%
G = 28.18%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDADCC (or 0xEDADCC) is known color: Lavender Pink. HEX triplet: ED, AD and CC. RGB value is (237,173,204). Sum of RGB (Red+Green+Blue) = 237+173+204=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADCC is #125233. Grayscale: #C3C3C3. Windows color (decimal): -1200692 or 13413869. OLE color: 13413869.

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

Color convert

RGB 237 173 204 -
CMYK 0 0.27 0.14 0.07
HSL 330.94º 0.64% 0.8% -
HSV(B) 330.94º 0.27% 0.93% -
XYZ 60.77 52.25 64.01 -
YUV 195.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 237 173 204 0 0.27 0.14 0.07 330.94 0.64 0.8
Hex ED AD CC 0 1B E 7 14B 40 50
Octal 355 255 314 0 33 16 7 513 100 120
Binary 11101101 10101101 11001100 0 11011 1110 111 101001011 1000000 1010000

Color Harmonies of #EDADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADCC

Black with #EDADCC

Text Example


Text Example

White with #EDADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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