Html Css Color HEX #D5ABDF Wisteria

📋 copy color: '#D5ABDF'

red 213 ◦ green 171 ◦ blue 223

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

Shades of Wisteria #D5ABDF

Tints of Wisteria #D5ABDF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.17%

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

R = 35.09%
G = 28.17%
B = 36.74%

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

#D5ABDF (or 0xD5ABDF) is known color: Wisteria. HEX triplet: D5, AB and DF. RGB value is (213,171,223). Sum of RGB (Red+Green+Blue) = 213+171+223=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABDF is #2A5420. Grayscale: #BDBDBD. Windows color (decimal): -2774049 or 14658517. OLE color: 14658517.

HSL color Cylindrical-coordinate representation of color #D5ABDF: hue angle of 288.46º degrees, saturation: 0.45, 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 #D5ABDF is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 171 223 -
CMYK 0.04 0.23 0 0.13
HSL 288.46º 0.45% 0.77% -
HSV(B) 288.46º 0.23% 0.87% -
XYZ 55.32 48.6 76.28 -
YUV 189.49 146.91 144.77 -
System Red Green Blue C M Y K H S L
Decimal 213 171 223 0.04 0.23 0 0.13 288.46 0.45 0.77
Hex D5 AB DF 4 17 0 D 120 2D 4D
Octal 325 253 337 4 27 0 15 440 55 115
Binary 11010101 10101011 11011111 100 10111 0 1101 100100000 101101 1001101

Color Harmonies of #D5ABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABDF

Black with #D5ABDF

Text Example


Text Example

White with #D5ABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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