Html Css Color HEX #D3ABDD Wisteria

📋 copy color: '#D3ABDD'

red 211 ◦ green 171 ◦ blue 221

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

Shades of Wisteria #D3ABDD

Tints of Wisteria #D3ABDD

RGB

 RED value IS 211 (82.81% from 255) = 34.99%

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

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

R = 34.99%
G = 28.36%
B = 36.65%

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

#D3ABDD (or 0xD3ABDD) is known color: Wisteria. HEX triplet: D3, AB and DD. RGB value is (211,171,221). Sum of RGB (Red+Green+Blue) = 211+171+221=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ABDD is #2C5422. Grayscale: #BCBCBC. Windows color (decimal): -2905123 or 14527443. OLE color: 14527443.

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

Color convert

RGB 211 171 221 -
CMYK 0.05 0.23 0 0.13
HSL 288º 0.42% 0.77% -
HSV(B) 288º 0.23% 0.87% -
XYZ 54.48 48.2 74.84 -
YUV 188.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 211 171 221 0.05 0.23 0 0.13 288 0.42 0.77
Hex D3 AB DD 5 17 0 D 120 2A 4D
Octal 323 253 335 5 27 0 15 440 52 115
Binary 11010011 10101011 11011101 101 10111 0 1101 100100000 101010 1001101

Color Harmonies of #D3ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ABDD

Black with #D3ABDD

Text Example


Text Example

White with #D3ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ABDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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