Html Css Color HEX #D0AADF Wisteria

📋 copy color: '#D0AADF'

red 208 ◦ green 170 ◦ blue 223

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

Shades of Wisteria #D0AADF

Tints of Wisteria #D0AADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.1%

R = 34.61%
G = 28.29%
B = 37.1%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D0AADF (or 0xD0AADF) is known color: Wisteria. HEX triplet: D0, AA and DF. RGB value is (208,170,223). Sum of RGB (Red+Green+Blue) = 208+170+223=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AADF is #2F5520. Grayscale: #BBBBBB. Windows color (decimal): -3101985 or 14658256. OLE color: 14658256.

HSL color Cylindrical-coordinate representation of color #D0AADF: hue angle of 283.02º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0AADF is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 170 223 -
CMYK 0.07 0.24 0 0.13
HSL 283.02º 0.45% 0.77% -
HSV(B) 283.02º 0.24% 0.87% -
XYZ 53.71 47.49 76.15 -
YUV 187.4 148.09 142.69 -
System Red Green Blue C M Y K H S L
Decimal 208 170 223 0.07 0.24 0 0.13 283.02 0.45 0.77
Hex D0 AA DF 7 18 0 D 11B 2D 4D
Octal 320 252 337 7 30 0 15 433 55 115
Binary 11010000 10101010 11011111 111 11000 0 1101 100011011 101101 1001101

Color Harmonies of #D0AADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AADF

Black with #D0AADF

Text Example


Text Example

White with #D0AADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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