Html Css Color HEX #D0AAED Wisteria

📋 copy color: '#D0AAED'

red 208 ◦ green 170 ◦ blue 237

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

Shades of Wisteria #D0AAED

Tints of Wisteria #D0AAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.54%

R = 33.82%
G = 27.64%
B = 38.54%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0AAED (or 0xD0AAED) is known color: Wisteria. HEX triplet: D0, AA and ED. RGB value is (208,170,237). Sum of RGB (Red+Green+Blue) = 208+170+237=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0AAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AAED is #2F5512. Grayscale: #BCBCBC. Windows color (decimal): -3101971 or 15575760. OLE color: 15575760.

HSL color Cylindrical-coordinate representation of color #D0AAED: hue angle of 274.03º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0AAED is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 170 237 -
CMYK 0.12 0.28 0 0.07
HSL 274.03º 0.65% 0.8% -
HSV(B) 274.03º 0.28% 0.93% -
XYZ 55.67 48.27 86.5 -
YUV 189 155.09 141.55 -
System Red Green Blue C M Y K H S L
Decimal 208 170 237 0.12 0.28 0 0.07 274.03 0.65 0.8
Hex D0 AA ED C 1C 0 7 112 41 50
Octal 320 252 355 14 34 0 7 422 101 120
Binary 11010000 10101010 11101101 1100 11100 0 111 100010010 1000001 1010000

Color Harmonies of #D0AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AAED

Black with #D0AAED

Text Example


Text Example

White with #D0AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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