Html Css Color HEX #D5ACE2 Wisteria

📋 copy color: '#D5ACE2'

red 213 ◦ green 172 ◦ blue 226

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

Shades of Wisteria #D5ACE2

Tints of Wisteria #D5ACE2

RGB

 RED value IS 213 (83.59% from 255) = 34.86%

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

 BLUE value IS 226 (88.67% from 255) = 36.99%

R = 34.86%
G = 28.15%
B = 36.99%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D5ACE2 (or 0xD5ACE2) is known color: Wisteria. HEX triplet: D5, AC and E2. RGB value is (213,172,226). Sum of RGB (Red+Green+Blue) = 213+172+226=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 226 (88.67% from 255 or 36.99% from 611); Max value from RGB is 226 - color contains mainly: blue. Hex color #D5ACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACE2 is #2A531D. Grayscale: #BEBEBE. Windows color (decimal): -2773790 or 14855381. OLE color: 14855381.

HSL color Cylindrical-coordinate representation of color #D5ACE2: hue angle of 285.56º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5ACE2 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 172 226 -
CMYK 0.06 0.24 0 0.11
HSL 285.56º 0.48% 0.78% -
HSV(B) 285.56º 0.24% 0.89% -
XYZ 55.92 49.14 78.49 -
YUV 190.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 213 172 226 0.06 0.24 0 0.11 285.56 0.48 0.78
Hex D5 AC E2 6 18 0 B 11E 30 4E
Octal 325 254 342 6 30 0 13 436 60 116
Binary 11010101 10101100 11100010 110 11000 0 1011 100011110 110000 1001110

Color Harmonies of #D5ACE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ACE2

Black with #D5ACE2

Text Example


Text Example

White with #D5ACE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ACE2; }

 p { color: rgb(213,172,226); }

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

background-color css

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

 a { background-color: rgb(213,172,226); }

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

border-color css

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

 span { border-color: rgb(213,172,226); }

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