Html Css Color HEX #D5ACEA Wisteria

📋 copy color: '#D5ACEA'

red 213 ◦ green 172 ◦ blue 234

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

Shades of Wisteria #D5ACEA

Tints of Wisteria #D5ACEA

RGB

 RED value IS 213 (83.59% from 255) = 34.41%

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

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

R = 34.41%
G = 27.79%
B = 37.8%

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

#D5ACEA (or 0xD5ACEA) is known color: Wisteria. HEX triplet: D5, AC and EA. RGB value is (213,172,234). Sum of RGB (Red+Green+Blue) = 213+172+234=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ACEA is #2A5315. Grayscale: #BFBFBF. Windows color (decimal): -2773782 or 15379669. OLE color: 15379669.

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

Color convert

RGB 213 172 234 -
CMYK 0.09 0.26 0 0.08
HSL 279.68º 0.6% 0.8% -
HSV(B) 279.68º 0.26% 0.92% -
XYZ 57.04 49.59 84.41 -
YUV 191.33 152.08 143.46 -
System Red Green Blue C M Y K H S L
Decimal 213 172 234 0.09 0.26 0 0.08 279.68 0.6 0.8
Hex D5 AC EA 9 1A 0 8 118 3C 50
Octal 325 254 352 11 32 0 10 430 74 120
Binary 11010101 10101100 11101010 1001 11010 0 1000 100011000 111100 1010000

Color Harmonies of #D5ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ACEA

Black with #D5ACEA

Text Example


Text Example

White with #D5ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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