Html Css Color HEX #EDB8D9 Lavender Pink

📋 copy color: '#EDB8D9'

red 237 ◦ green 184 ◦ blue 217

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

Shades of Lavender Pink #EDB8D9

Tints of Lavender Pink #EDB8D9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.84%

 BLUE value IS 217 (85.16% from 255) = 34.01%

R = 37.15%
G = 28.84%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDB8D9 (or 0xEDB8D9) is known color: Lavender Pink. HEX triplet: ED, B8 and D9. RGB value is (237,184,217). Sum of RGB (Red+Green+Blue) = 237+184+217=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 184 (72.27% from 255 or 28.84% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB8D9 is #124726. Grayscale: #CBCBCB. Windows color (decimal): -1197863 or 14268653. OLE color: 14268653.

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

Color convert

RGB 237 184 217 -
CMYK 0 0.22 0.08 0.07
HSL 322.64º 0.6% 0.83% -
HSV(B) 322.64º 0.22% 0.93% -
XYZ 64.59 57.3 73.3 -
YUV 203.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 237 184 217 0 0.22 0.08 0.07 322.64 0.6 0.83
Hex ED B8 D9 0 16 8 7 143 3C 53
Octal 355 270 331 0 26 10 7 503 74 123
Binary 11101101 10111000 11011001 0 10110 1000 111 101000011 111100 1010011

Color Harmonies of #EDB8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB8D9

Black with #EDB8D9

Text Example


Text Example

White with #EDB8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB8D9; }

 p { color: rgb(237,184,217); }

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

background-color css

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

 a { background-color: rgb(237,184,217); }

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

border-color css

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

 span { border-color: rgb(237,184,217); }

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