Html Css Color HEX #D0AADC Wisteria

📋 copy color: '#D0AADC'

red 208 ◦ green 170 ◦ blue 220

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

Shades of Wisteria #D0AADC

Tints of Wisteria #D0AADC

RGB

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

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

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

R = 34.78%
G = 28.43%
B = 36.79%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D0AADC (or 0xD0AADC) is known color: Wisteria. HEX triplet: D0, AA and DC. RGB value is (208,170,220). Sum of RGB (Red+Green+Blue) = 208+170+220=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AADC is #2F5523. Grayscale: #BABABA. Windows color (decimal): -3101988 or 14461648. OLE color: 14461648.

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

Color convert

RGB 208 170 220 -
CMYK 0.05 0.23 0 0.14
HSL 285.6º 0.42% 0.76% -
HSV(B) 285.6º 0.23% 0.86% -
XYZ 53.31 47.33 74.04 -
YUV 187.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 208 170 220 0.05 0.23 0 0.14 285.6 0.42 0.76
Hex D0 AA DC 5 17 0 E 11E 2A 4C
Octal 320 252 334 5 27 0 16 436 52 114
Binary 11010000 10101010 11011100 101 10111 0 1110 100011110 101010 1001100

Color Harmonies of #D0AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AADC

Black with #D0AADC

Text Example


Text Example

White with #D0AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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