Html Css Color HEX #D5AADF Wisteria

📋 copy color: '#D5AADF'

red 213 ◦ green 170 ◦ blue 223

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

Shades of Wisteria #D5AADF

Tints of Wisteria #D5AADF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.05%

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

R = 35.15%
G = 28.05%
B = 36.8%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5AADF (or 0xD5AADF) is known color: Wisteria. HEX triplet: D5, AA and DF. RGB value is (213,170,223). Sum of RGB (Red+Green+Blue) = 213+170+223=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AADF is #2A5520. Grayscale: #BCBCBC. Windows color (decimal): -2774305 or 14658261. OLE color: 14658261.

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

Color convert

RGB 213 170 223 -
CMYK 0.04 0.24 0 0.13
HSL 288.68º 0.45% 0.77% -
HSV(B) 288.68º 0.24% 0.87% -
XYZ 55.13 48.22 76.21 -
YUV 188.9 147.25 145.19 -
System Red Green Blue C M Y K H S L
Decimal 213 170 223 0.04 0.24 0 0.13 288.68 0.45 0.77
Hex D5 AA DF 4 18 0 D 121 2D 4D
Octal 325 252 337 4 30 0 15 441 55 115
Binary 11010101 10101010 11011111 100 11000 0 1101 100100001 101101 1001101

Color Harmonies of #D5AADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AADF

Black with #D5AADF

Text Example


Text Example

White with #D5AADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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