Html Css Color HEX #D9AEE7 Wisteria

📋 copy color: '#D9AEE7'

red 217 ◦ green 174 ◦ blue 231

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

Shades of Wisteria #D9AEE7

Tints of Wisteria #D9AEE7

RGB

 RED value IS 217 (85.16% from 255) = 34.89%

 GREEN value IS 174 (68.36% from 255) = 27.97%

 BLUE value IS 231 (90.63% from 255) = 37.14%

R = 34.89%
G = 27.97%
B = 37.14%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D9AEE7 (or 0xD9AEE7) is known color: Wisteria. HEX triplet: D9, AE and E7. RGB value is (217,174,231). Sum of RGB (Red+Green+Blue) = 217+174+231=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 231 (90.62% from 255 or 37.14% from 622); Max value from RGB is 231 - color contains mainly: blue. Hex color #D9AEE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AEE7 is #265118. Grayscale: #C1C1C1. Windows color (decimal): -2511129 or 15183577. OLE color: 15183577.

HSL color Cylindrical-coordinate representation of color #D9AEE7: hue angle of 285.26º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9AEE7 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 174 231 -
CMYK 0.06 0.25 0 0.09
HSL 285.26º 0.54% 0.79% -
HSV(B) 285.26º 0.25% 0.91% -
XYZ 58.18 50.79 82.34 -
YUV 193.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 217 174 231 0.06 0.25 0 0.09 285.26 0.54 0.79
Hex D9 AE E7 6 19 0 9 11D 36 4F
Octal 331 256 347 6 31 0 11 435 66 117
Binary 11011001 10101110 11100111 110 11001 0 1001 100011101 110110 1001111

Color Harmonies of #D9AEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AEE7

Black with #D9AEE7

Text Example


Text Example

White with #D9AEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AEE7; }

 p { color: rgb(217,174,231); }

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

background-color css

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

 a { background-color: rgb(217,174,231); }

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

border-color css

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

 span { border-color: rgb(217,174,231); }

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