Html Css Color HEX #D2ABDC Wisteria

📋 copy color: '#D2ABDC'

red 210 ◦ green 171 ◦ blue 220

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

Shades of Wisteria #D2ABDC

Tints of Wisteria #D2ABDC

RGB

 RED value IS 210 (82.42% from 255) = 34.94%

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

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

R = 34.94%
G = 28.45%
B = 36.61%

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

#D2ABDC (or 0xD2ABDC) is known color: Wisteria. HEX triplet: D2, AB and DC. RGB value is (210,171,220). Sum of RGB (Red+Green+Blue) = 210+171+220=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABDC is #2D5423. Grayscale: #BCBCBC. Windows color (decimal): -2970660 or 14461906. OLE color: 14461906.

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

Color convert

RGB 210 171 220 -
CMYK 0.05 0.22 0 0.14
HSL 287.76º 0.41% 0.77% -
HSV(B) 287.76º 0.22% 0.86% -
XYZ 54.06 47.99 74.12 -
YUV 188.25 145.92 143.52 -
System Red Green Blue C M Y K H S L
Decimal 210 171 220 0.05 0.22 0 0.14 287.76 0.41 0.77
Hex D2 AB DC 5 16 0 E 120 29 4D
Octal 322 253 334 5 26 0 16 440 51 115
Binary 11010010 10101011 11011100 101 10110 0 1110 100100000 101001 1001101

Color Harmonies of #D2ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ABDC

Black with #D2ABDC

Text Example


Text Example

White with #D2ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ABDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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