Html Css Color HEX #D0AADB Wisteria

📋 copy color: '#D0AADB'

red 208 ◦ green 170 ◦ blue 219

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

Shades of Wisteria #D0AADB

Tints of Wisteria #D0AADB

RGB

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

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

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

R = 34.84%
G = 28.48%
B = 36.68%

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

#D0AADB (or 0xD0AADB) is known color: Wisteria. HEX triplet: D0, AA and DB. RGB value is (208,170,219). Sum of RGB (Red+Green+Blue) = 208+170+219=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AADB is #2F5524. Grayscale: #BABABA. Windows color (decimal): -3101989 or 14396112. OLE color: 14396112.

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

Color convert

RGB 208 170 219 -
CMYK 0.05 0.22 0 0.14
HSL 286.53º 0.4% 0.76% -
HSV(B) 286.53º 0.22% 0.86% -
XYZ 53.17 47.27 73.34 -
YUV 186.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 208 170 219 0.05 0.22 0 0.14 286.53 0.4 0.76
Hex D0 AA DB 5 16 0 E 11F 28 4C
Octal 320 252 333 5 26 0 16 437 50 114
Binary 11010000 10101010 11011011 101 10110 0 1110 100011111 101000 1001100

Color Harmonies of #D0AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AADB

Black with #D0AADB

Text Example


Text Example

White with #D0AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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