Html Css Color HEX #EDACDD Lavender Rose

📋 copy color: '#EDACDD'

red 237 ◦ green 172 ◦ blue 221

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

Shades of Lavender Rose #EDACDD

Tints of Lavender Rose #EDACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.3%

 BLUE value IS 221 (86.72% from 255) = 35.08%

R = 37.62%
G = 27.3%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDACDD (or 0xEDACDD) is known color: Lavender Rose. HEX triplet: ED, AC and DD. RGB value is (237,172,221). Sum of RGB (Red+Green+Blue) = 237+172+221=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACDD is #125322. Grayscale: #C4C4C4. Windows color (decimal): -1200931 or 14527725. OLE color: 14527725.

HSL color Cylindrical-coordinate representation of color #EDACDD: hue angle of 314.77º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDACDD is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 172 221 -
CMYK 0 0.27 0.07 0.07
HSL 314.77º 0.64% 0.8% -
HSV(B) 314.77º 0.27% 0.93% -
XYZ 62.73 52.73 75.28 -
YUV 197.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 237 172 221 0 0.27 0.07 0.07 314.77 0.64 0.8
Hex ED AC DD 0 1B 7 7 13B 40 50
Octal 355 254 335 0 33 7 7 473 100 120
Binary 11101101 10101100 11011101 0 11011 111 111 100111011 1000000 1010000

Color Harmonies of #EDACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACDD

Black with #EDACDD

Text Example


Text Example

White with #EDACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACDD; }

 p { color: rgb(237,172,221); }

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

background-color css

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

 a { background-color: rgb(237,172,221); }

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

border-color css

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

 span { border-color: rgb(237,172,221); }

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