Html Css Color HEX #D1ADEA Wisteria

📋 copy color: '#D1ADEA'

red 209 ◦ green 173 ◦ blue 234

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

Shades of Wisteria #D1ADEA

Tints of Wisteria #D1ADEA

RGB

 RED value IS 209 (82.03% from 255) = 33.93%

 GREEN value IS 173 (67.97% from 255) = 28.08%

 BLUE value IS 234 (91.8% from 255) = 37.99%

R = 33.93%
G = 28.08%
B = 37.99%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D1ADEA (or 0xD1ADEA) is known color: Wisteria. HEX triplet: D1, AD and EA. RGB value is (209,173,234). Sum of RGB (Red+Green+Blue) = 209+173+234=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ADEA is #2E5215. Grayscale: #BEBEBE. Windows color (decimal): -3035670 or 15379921. OLE color: 15379921.

HSL color Cylindrical-coordinate representation of color #D1ADEA: hue angle of 275.41º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1ADEA is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 173 234 -
CMYK 0.11 0.26 0 0.08
HSL 275.41º 0.59% 0.8% -
HSV(B) 275.41º 0.26% 0.92% -
XYZ 56.09 49.38 84.42 -
YUV 190.72 152.43 141.04 -
System Red Green Blue C M Y K H S L
Decimal 209 173 234 0.11 0.26 0 0.08 275.41 0.59 0.8
Hex D1 AD EA B 1A 0 8 113 3B 50
Octal 321 255 352 13 32 0 10 423 73 120
Binary 11010001 10101101 11101010 1011 11010 0 1000 100010011 111011 1010000

Color Harmonies of #D1ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADEA

Black with #D1ADEA

Text Example


Text Example

White with #D1ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADEA; }

 p { color: rgb(209,173,234); }

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

background-color css

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

 a { background-color: rgb(209,173,234); }

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

border-color css

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

 span { border-color: rgb(209,173,234); }

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