Html Css Color HEX #EDB3D4 Lavender Pink

📋 copy color: '#EDB3D4'

red 237 ◦ green 179 ◦ blue 212

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

Shades of Lavender Pink #EDB3D4

Tints of Lavender Pink #EDB3D4

RGB

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

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

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

R = 37.74%
G = 28.5%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EDB3D4 (or 0xEDB3D4) is known color: Lavender Pink. HEX triplet: ED, B3 and D4. RGB value is (237,179,212). Sum of RGB (Red+Green+Blue) = 237+179+212=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 179 (70.31% from 255 or 28.50% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB3D4 is #124C2B. Grayscale: #C8C8C8. Windows color (decimal): -1199148 or 13939693. OLE color: 13939693.

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

Color convert

RGB 237 179 212 -
CMYK 0 0.24 0.11 0.07
HSL 325.86º 0.62% 0.82% -
HSV(B) 325.86º 0.24% 0.93% -
XYZ 62.93 55 69.59 -
YUV 200.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 237 179 212 0 0.24 0.11 0.07 325.86 0.62 0.82
Hex ED B3 D4 0 18 B 7 146 3E 52
Octal 355 263 324 0 30 13 7 506 76 122
Binary 11101101 10110011 11010100 0 11000 1011 111 101000110 111110 1010010

Color Harmonies of #EDB3D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB3D4

Black with #EDB3D4

Text Example


Text Example

White with #EDB3D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB3D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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