Html Css Color HEX #D6ACEA Wisteria

📋 copy color: '#D6ACEA'

red 214 ◦ green 172 ◦ blue 234

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

Shades of Wisteria #D6ACEA

Tints of Wisteria #D6ACEA

RGB

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

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

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

R = 34.52%
G = 27.74%
B = 37.74%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D6ACEA (or 0xD6ACEA) is known color: Wisteria. HEX triplet: D6, AC and EA. RGB value is (214,172,234). Sum of RGB (Red+Green+Blue) = 214+172+234=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ACEA is #295315. Grayscale: #BFBFBF. Windows color (decimal): -2708246 or 15379670. OLE color: 15379670.

HSL color Cylindrical-coordinate representation of color #D6ACEA: hue angle of 280.65º degrees, saturation: 0.6, 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 #D6ACEA is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 172 234 -
CMYK 0.09 0.26 0 0.08
HSL 280.65º 0.6% 0.8% -
HSV(B) 280.65º 0.26% 0.92% -
XYZ 57.34 49.74 84.42 -
YUV 191.63 151.91 143.96 -
System Red Green Blue C M Y K H S L
Decimal 214 172 234 0.09 0.26 0 0.08 280.65 0.6 0.8
Hex D6 AC EA 9 1A 0 8 119 3C 50
Octal 326 254 352 11 32 0 10 431 74 120
Binary 11010110 10101100 11101010 1001 11010 0 1000 100011001 111100 1010000

Color Harmonies of #D6ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACEA

Black with #D6ACEA

Text Example


Text Example

White with #D6ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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