Html Css Color HEX #D1ABDC Wisteria

📋 copy color: '#D1ABDC'

red 209 ◦ green 171 ◦ blue 220

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

Shades of Wisteria #D1ABDC

Tints of Wisteria #D1ABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.67%

R = 34.83%
G = 28.5%
B = 36.67%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1ABDC (or 0xD1ABDC) is known color: Wisteria. HEX triplet: D1, AB and DC. RGB value is (209,171,220). Sum of RGB (Red+Green+Blue) = 209+171+220=600 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.83% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABDC is #2E5423. Grayscale: #BBBBBB. Windows color (decimal): -3036196 or 14461905. OLE color: 14461905.

HSL color Cylindrical-coordinate representation of color #D1ABDC: hue angle of 286.53º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1ABDC is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 171 220 -
CMYK 0.05 0.22 0 0.14
HSL 286.53º 0.41% 0.77% -
HSV(B) 286.53º 0.22% 0.86% -
XYZ 53.78 47.85 74.11 -
YUV 187.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 209 171 220 0.05 0.22 0 0.14 286.53 0.41 0.77
Hex D1 AB DC 5 16 0 E 11F 29 4D
Octal 321 253 334 5 26 0 16 437 51 115
Binary 11010001 10101011 11011100 101 10110 0 1110 100011111 101001 1001101

Color Harmonies of #D1ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ABDC

Black with #D1ABDC

Text Example


Text Example

White with #D1ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ABDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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