Html Css Color HEX #EDB2CD Lavender Pink

📋 copy color: '#EDB2CD'

red 237 ◦ green 178 ◦ blue 205

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

Shades of Lavender Pink #EDB2CD

Tints of Lavender Pink #EDB2CD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.71%

 BLUE value IS 205 (80.47% from 255) = 33.06%

R = 38.23%
G = 28.71%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDB2CD (or 0xEDB2CD) is known color: Lavender Pink. HEX triplet: ED, B2 and CD. RGB value is (237,178,205). Sum of RGB (Red+Green+Blue) = 237+178+205=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2CD is #124D32. Grayscale: #C6C6C6. Windows color (decimal): -1199411 or 13480685. OLE color: 13480685.

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

Color convert

RGB 237 178 205 -
CMYK 0 0.25 0.14 0.07
HSL 332.54º 0.62% 0.81% -
HSV(B) 332.54º 0.25% 0.93% -
XYZ 61.86 54.25 64.97 -
YUV 198.72 131.55 155.3 -
System Red Green Blue C M Y K H S L
Decimal 237 178 205 0 0.25 0.14 0.07 332.54 0.62 0.81
Hex ED B2 CD 0 19 E 7 14D 3E 51
Octal 355 262 315 0 31 16 7 515 76 121
Binary 11101101 10110010 11001101 0 11001 1110 111 101001101 111110 1010001

Color Harmonies of #EDB2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB2CD

Black with #EDB2CD

Text Example


Text Example

White with #EDB2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB2CD; }

 p { color: rgb(237,178,205); }

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

background-color css

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

 a { background-color: rgb(237,178,205); }

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

border-color css

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

 span { border-color: rgb(237,178,205); }

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