Html Css Color HEX #EDB3D5 Lavender Pink

📋 copy color: '#EDB3D5'

red 237 ◦ green 179 ◦ blue 213

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

Shades of Lavender Pink #EDB3D5

Tints of Lavender Pink #EDB3D5

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.46%

 BLUE value IS 213 (83.59% from 255) = 33.86%

R = 37.68%
G = 28.46%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EDB3D5 (or 0xEDB3D5) is known color: Lavender Pink. HEX triplet: ED, B3 and D5. RGB value is (237,179,213). Sum of RGB (Red+Green+Blue) = 237+179+213=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 179 (70.31% from 255 or 28.46% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB3D5 is #124C2A. Grayscale: #C8C8C8. Windows color (decimal): -1199147 or 14005229. OLE color: 14005229.

HSL color Cylindrical-coordinate representation of color #EDB3D5: hue angle of 324.83º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDB3D5 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 179 213 -
CMYK 0 0.24 0.10 0.07
HSL 324.83º 0.62% 0.82% -
HSV(B) 324.83º 0.24% 0.93% -
XYZ 63.06 55.05 70.25 -
YUV 200.22 135.22 154.24 -
System Red Green Blue C M Y K H S L
Decimal 237 179 213 0 0.24 0.10 0.07 324.83 0.62 0.82
Hex ED B3 D5 0 18 A 7 145 3E 52
Octal 355 263 325 0 30 12 7 505 76 122
Binary 11101101 10110011 11010101 0 11000 1010 111 101000101 111110 1010010

Color Harmonies of #EDB3D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB3D5

Black with #EDB3D5

Text Example


Text Example

White with #EDB3D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB3D5; }

 p { color: rgb(237,179,213); }

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

background-color css

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

 a { background-color: rgb(237,179,213); }

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

border-color css

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

 span { border-color: rgb(237,179,213); }

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