Html Css Color HEX #D0AADD Wisteria

📋 copy color: '#D0AADD'

red 208 ◦ green 170 ◦ blue 221

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

Shades of Wisteria #D0AADD

Tints of Wisteria #D0AADD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.38%

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

R = 34.72%
G = 28.38%
B = 36.89%

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

#D0AADD (or 0xD0AADD) is known color: Wisteria. HEX triplet: D0, AA and DD. RGB value is (208,170,221). Sum of RGB (Red+Green+Blue) = 208+170+221=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AADD is #2F5522. Grayscale: #BBBBBB. Windows color (decimal): -3101987 or 14527184. OLE color: 14527184.

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

Color convert

RGB 208 170 221 -
CMYK 0.06 0.23 0 0.13
HSL 284.71º 0.43% 0.77% -
HSV(B) 284.71º 0.23% 0.87% -
XYZ 53.44 47.38 74.74 -
YUV 187.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 208 170 221 0.06 0.23 0 0.13 284.71 0.43 0.77
Hex D0 AA DD 6 17 0 D 11D 2B 4D
Octal 320 252 335 6 27 0 15 435 53 115
Binary 11010000 10101010 11011101 110 10111 0 1101 100011101 101011 1001101

Color Harmonies of #D0AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AADD

Black with #D0AADD

Text Example


Text Example

White with #D0AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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