Html Css Color HEX #EDB6D4 Lavender Pink

📋 copy color: '#EDB6D4'

red 237 ◦ green 182 ◦ blue 212

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

Shades of Lavender Pink #EDB6D4

Tints of Lavender Pink #EDB6D4

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.84%

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

R = 37.56%
G = 28.84%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EDB6D4 (or 0xEDB6D4) is known color: Lavender Pink. HEX triplet: ED, B6 and D4. RGB value is (237,182,212). Sum of RGB (Red+Green+Blue) = 237+182+212=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 182 (71.48% from 255 or 28.84% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB6D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB6D4 is #12492B. Grayscale: #C9C9C9. Windows color (decimal): -1198380 or 13940461. OLE color: 13940461.

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

Color convert

RGB 237 182 212 -
CMYK 0 0.23 0.11 0.07
HSL 327.27º 0.6% 0.82% -
HSV(B) 327.27º 0.23% 0.93% -
XYZ 63.54 56.21 69.79 -
YUV 201.87 133.72 153.06 -
System Red Green Blue C M Y K H S L
Decimal 237 182 212 0 0.23 0.11 0.07 327.27 0.6 0.82
Hex ED B6 D4 0 17 B 7 147 3C 52
Octal 355 266 324 0 27 13 7 507 74 122
Binary 11101101 10110110 11010100 0 10111 1011 111 101000111 111100 1010010

Color Harmonies of #EDB6D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB6D4

Black with #EDB6D4

Text Example


Text Example

White with #EDB6D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB6D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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