Html Css Color HEX #D1ABDD Wisteria

📋 copy color: '#D1ABDD'

red 209 ◦ green 171 ◦ blue 221

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

Shades of Wisteria #D1ABDD

Tints of Wisteria #D1ABDD

RGB

 RED value IS 209 (82.03% from 255) = 34.78%

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

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

R = 34.78%
G = 28.45%
B = 36.77%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D1ABDD (or 0xD1ABDD) is known color: Wisteria. HEX triplet: D1, AB and DD. RGB value is (209,171,221). Sum of RGB (Red+Green+Blue) = 209+171+221=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABDD is #2E5422. Grayscale: #BBBBBB. Windows color (decimal): -3036195 or 14527441. OLE color: 14527441.

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

Color convert

RGB 209 171 221 -
CMYK 0.05 0.23 0 0.13
HSL 285.6º 0.42% 0.77% -
HSV(B) 285.6º 0.23% 0.87% -
XYZ 53.91 47.9 74.81 -
YUV 188.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 209 171 221 0.05 0.23 0 0.13 285.6 0.42 0.77
Hex D1 AB DD 5 17 0 D 11E 2A 4D
Octal 321 253 335 5 27 0 15 436 52 115
Binary 11010001 10101011 11011101 101 10111 0 1101 100011110 101010 1001101

Color Harmonies of #D1ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ABDD

Black with #D1ABDD

Text Example


Text Example

White with #D1ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ABDD; }

 p { color: rgb(209,171,221); }

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

background-color css

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

 a { background-color: rgb(209,171,221); }

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

border-color css

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

 span { border-color: rgb(209,171,221); }

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