Html Css Color HEX #D6ACE8 Wisteria

📋 copy color: '#D6ACE8'

red 214 ◦ green 172 ◦ blue 232

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

Shades of Wisteria #D6ACE8

Tints of Wisteria #D6ACE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.54%

R = 34.63%
G = 27.83%
B = 37.54%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D6ACE8 (or 0xD6ACE8) is known color: Wisteria. HEX triplet: D6, AC and E8. RGB value is (214,172,232). Sum of RGB (Red+Green+Blue) = 214+172+232=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 232 - color contains mainly: blue. Hex color #D6ACE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ACE8 is #295317. Grayscale: #BFBFBF. Windows color (decimal): -2708248 or 15248598. OLE color: 15248598.

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

Color convert

RGB 214 172 232 -
CMYK 0.08 0.26 0 0.09
HSL 282º 0.57% 0.79% -
HSV(B) 282º 0.26% 0.91% -
XYZ 57.05 49.63 82.92 -
YUV 191.4 150.91 144.12 -
System Red Green Blue C M Y K H S L
Decimal 214 172 232 0.08 0.26 0 0.09 282 0.57 0.79
Hex D6 AC E8 8 1A 0 9 11A 39 4F
Octal 326 254 350 10 32 0 11 432 71 117
Binary 11010110 10101100 11101000 1000 11010 0 1001 100011010 111001 1001111

Color Harmonies of #D6ACE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACE8

Black with #D6ACE8

Text Example


Text Example

White with #D6ACE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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