Html Css Color HEX #D5ACDF Wisteria

📋 copy color: '#D5ACDF'

red 213 ◦ green 172 ◦ blue 223

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

Shades of Wisteria #D5ACDF

Tints of Wisteria #D5ACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.68%

R = 35.03%
G = 28.29%
B = 36.68%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5ACDF (or 0xD5ACDF) is known color: Wisteria. HEX triplet: D5, AC and DF. RGB value is (213,172,223). Sum of RGB (Red+Green+Blue) = 213+172+223=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5ACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACDF is #2A5320. Grayscale: #BDBDBD. Windows color (decimal): -2773793 or 14658773. OLE color: 14658773.

HSL color Cylindrical-coordinate representation of color #D5ACDF: hue angle of 288.24º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5ACDF is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 172 223 -
CMYK 0.04 0.23 0 0.13
HSL 288.24º 0.44% 0.77% -
HSV(B) 288.24º 0.23% 0.87% -
XYZ 55.51 48.98 76.34 -
YUV 190.07 146.58 144.35 -
System Red Green Blue C M Y K H S L
Decimal 213 172 223 0.04 0.23 0 0.13 288.24 0.44 0.77
Hex D5 AC DF 4 17 0 D 120 2C 4D
Octal 325 254 337 4 27 0 15 440 54 115
Binary 11010101 10101100 11011111 100 10111 0 1101 100100000 101100 1001101

Color Harmonies of #D5ACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ACDF

Black with #D5ACDF

Text Example


Text Example

White with #D5ACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ACDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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