Html Css Color HEX #D2AEE6 Wisteria

📋 copy color: '#D2AEE6'

red 210 ◦ green 174 ◦ blue 230

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

Shades of Wisteria #D2AEE6

Tints of Wisteria #D2AEE6

RGB

 RED value IS 210 (82.42% from 255) = 34.2%

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

 BLUE value IS 230 (90.23% from 255) = 37.46%

R = 34.2%
G = 28.34%
B = 37.46%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D2AEE6 (or 0xD2AEE6) is known color: Wisteria. HEX triplet: D2, AE and E6. RGB value is (210,174,230). Sum of RGB (Red+Green+Blue) = 210+174+230=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #D2AEE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AEE6 is #2D5119. Grayscale: #BEBEBE. Windows color (decimal): -2969882 or 15118034. OLE color: 15118034.

HSL color Cylindrical-coordinate representation of color #D2AEE6: hue angle of 278.57º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2AEE6 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 174 230 -
CMYK 0.09 0.24 0 0.10
HSL 278.57º 0.53% 0.79% -
HSV(B) 278.57º 0.24% 0.9% -
XYZ 56 49.69 81.5 -
YUV 191.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 210 174 230 0.09 0.24 0 0.10 278.57 0.53 0.79
Hex D2 AE E6 9 18 0 A 117 35 4F
Octal 322 256 346 11 30 0 12 427 65 117
Binary 11010010 10101110 11100110 1001 11000 0 1010 100010111 110101 1001111

Color Harmonies of #D2AEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AEE6

Black with #D2AEE6

Text Example


Text Example

White with #D2AEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AEE6; }

 p { color: rgb(210,174,230); }

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

background-color css

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

 a { background-color: rgb(210,174,230); }

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

border-color css

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

 span { border-color: rgb(210,174,230); }

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