Html Css Color HEX #D0A9DB Wisteria

📋 copy color: '#D0A9DB'

red 208 ◦ green 169 ◦ blue 219

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

Shades of Wisteria #D0A9DB

Tints of Wisteria #D0A9DB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.36%

 BLUE value IS 219 (85.94% from 255) = 36.74%

R = 34.9%
G = 28.36%
B = 36.74%

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

#D0A9DB (or 0xD0A9DB) is known color: Wisteria. HEX triplet: D0, A9 and DB. RGB value is (208,169,219). Sum of RGB (Red+Green+Blue) = 208+169+219=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0A9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A9DB is #2F5624. Grayscale: #BABABA. Windows color (decimal): -3102245 or 14395856. OLE color: 14395856.

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

Color convert

RGB 208 169 219 -
CMYK 0.05 0.23 0 0.14
HSL 286.8º 0.41% 0.76% -
HSV(B) 286.8º 0.23% 0.86% -
XYZ 52.99 46.9 73.28 -
YUV 186.36 146.42 143.43 -
System Red Green Blue C M Y K H S L
Decimal 208 169 219 0.05 0.23 0 0.14 286.8 0.41 0.76
Hex D0 A9 DB 5 17 0 E 11F 29 4C
Octal 320 251 333 5 27 0 16 437 51 114
Binary 11010000 10101001 11011011 101 10111 0 1110 100011111 101001 1001100

Color Harmonies of #D0A9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A9DB

Black with #D0A9DB

Text Example


Text Example

White with #D0A9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A9DB; }

 p { color: rgb(208,169,219); }

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

background-color css

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

 a { background-color: rgb(208,169,219); }

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

border-color css

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

 span { border-color: rgb(208,169,219); }

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