Html Css Color HEX #D0ABDD Wisteria

📋 copy color: '#D0ABDD'

red 208 ◦ green 171 ◦ blue 221

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

Shades of Wisteria #D0ABDD

Tints of Wisteria #D0ABDD

RGB

 RED value IS 208 (81.64% from 255) = 34.67%

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

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

R = 34.67%
G = 28.5%
B = 36.83%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D0ABDD (or 0xD0ABDD) is known color: Wisteria. HEX triplet: D0, AB and DD. RGB value is (208,171,221). Sum of RGB (Red+Green+Blue) = 208+171+221=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABDD is #2F5422. Grayscale: #BBBBBB. Windows color (decimal): -3101731 or 14527440. OLE color: 14527440.

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

Color convert

RGB 208 171 221 -
CMYK 0.06 0.23 0 0.13
HSL 284.4º 0.42% 0.77% -
HSV(B) 284.4º 0.23% 0.87% -
XYZ 53.63 47.76 74.8 -
YUV 187.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 208 171 221 0.06 0.23 0 0.13 284.4 0.42 0.77
Hex D0 AB DD 6 17 0 D 11C 2A 4D
Octal 320 253 335 6 27 0 15 434 52 115
Binary 11010000 10101011 11011101 110 10111 0 1101 100011100 101010 1001101

Color Harmonies of #D0ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ABDD

Black with #D0ABDD

Text Example


Text Example

White with #D0ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ABDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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