Html Css Color HEX #D6ACE2 Wisteria

📋 copy color: '#D6ACE2'

red 214 ◦ green 172 ◦ blue 226

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

Shades of Wisteria #D6ACE2

Tints of Wisteria #D6ACE2

RGB

 RED value IS 214 (83.98% from 255) = 34.97%

 GREEN value IS 172 (67.58% from 255) = 28.1%

 BLUE value IS 226 (88.67% from 255) = 36.93%

R = 34.97%
G = 28.1%
B = 36.93%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D6ACE2 (or 0xD6ACE2) is known color: Wisteria. HEX triplet: D6, AC and E2. RGB value is (214,172,226). Sum of RGB (Red+Green+Blue) = 214+172+226=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 226 (88.67% from 255 or 36.93% from 612); Max value from RGB is 226 - color contains mainly: blue. Hex color #D6ACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACE2 is #29531D. Grayscale: #BEBEBE. Windows color (decimal): -2708254 or 14855382. OLE color: 14855382.

HSL color Cylindrical-coordinate representation of color #D6ACE2: hue angle of 286.67º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6ACE2 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 172 226 -
CMYK 0.05 0.24 0 0.11
HSL 286.67º 0.48% 0.78% -
HSV(B) 286.67º 0.24% 0.89% -
XYZ 56.21 49.29 78.5 -
YUV 190.71 147.91 144.61 -
System Red Green Blue C M Y K H S L
Decimal 214 172 226 0.05 0.24 0 0.11 286.67 0.48 0.78
Hex D6 AC E2 5 18 0 B 11F 30 4E
Octal 326 254 342 5 30 0 13 437 60 116
Binary 11010110 10101100 11100010 101 11000 0 1011 100011111 110000 1001110

Color Harmonies of #D6ACE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACE2

Black with #D6ACE2

Text Example


Text Example

White with #D6ACE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACE2; }

 p { color: rgb(214,172,226); }

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

background-color css

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

 a { background-color: rgb(214,172,226); }

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

border-color css

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

 span { border-color: rgb(214,172,226); }

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