Html Css Color HEX #EDA8D6 Lavender Rose

📋 copy color: '#EDA8D6'

red 237 ◦ green 168 ◦ blue 214

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

Shades of Lavender Rose #EDA8D6

Tints of Lavender Rose #EDA8D6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.14%

 BLUE value IS 214 (83.98% from 255) = 34.57%

R = 38.29%
G = 27.14%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EDA8D6 (or 0xEDA8D6) is known color: Lavender Rose. HEX triplet: ED, A8 and D6. RGB value is (237,168,214). Sum of RGB (Red+Green+Blue) = 237+168+214=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 168 (66.02% from 255 or 27.14% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8D6 is #125729. Grayscale: #C1C1C1. Windows color (decimal): -1201962 or 14067949. OLE color: 14067949.

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

Color convert

RGB 237 168 214 -
CMYK 0 0.29 0.10 0.07
HSL 320º 0.66% 0.79% -
HSV(B) 320º 0.29% 0.93% -
XYZ 61.07 50.86 70.22 -
YUV 193.88 139.36 158.76 -
System Red Green Blue C M Y K H S L
Decimal 237 168 214 0 0.29 0.10 0.07 320 0.66 0.79
Hex ED A8 D6 0 1D A 7 140 42 4F
Octal 355 250 326 0 35 12 7 500 102 117
Binary 11101101 10101000 11010110 0 11101 1010 111 101000000 1000010 1001111

Color Harmonies of #EDA8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA8D6

Black with #EDA8D6

Text Example


Text Example

White with #EDA8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA8D6; }

 p { color: rgb(237,168,214); }

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

background-color css

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

 a { background-color: rgb(237,168,214); }

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

border-color css

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

 span { border-color: rgb(237,168,214); }

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