Html Css Color HEX #D1ACE1 Wisteria

📋 copy color: '#D1ACE1'

red 209 ◦ green 172 ◦ blue 225

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

Shades of Wisteria #D1ACE1

Tints of Wisteria #D1ACE1

RGB

 RED value IS 209 (82.03% from 255) = 34.49%

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

 BLUE value IS 225 (88.28% from 255) = 37.13%

R = 34.49%
G = 28.38%
B = 37.13%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D1ACE1 (or 0xD1ACE1) is known color: Wisteria. HEX triplet: D1, AC and E1. RGB value is (209,172,225). Sum of RGB (Red+Green+Blue) = 209+172+225=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #D1ACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ACE1 is #2E531E. Grayscale: #BCBCBC. Windows color (decimal): -3035935 or 14789841. OLE color: 14789841.

HSL color Cylindrical-coordinate representation of color #D1ACE1: hue angle of 281.89º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1ACE1 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 172 225 -
CMYK 0.07 0.24 0 0.12
HSL 281.89º 0.47% 0.78% -
HSV(B) 281.89º 0.24% 0.88% -
XYZ 54.64 48.5 77.72 -
YUV 189.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 209 172 225 0.07 0.24 0 0.12 281.89 0.47 0.78
Hex D1 AC E1 7 18 0 C 11A 2F 4E
Octal 321 254 341 7 30 0 14 432 57 116
Binary 11010001 10101100 11100001 111 11000 0 1100 100011010 101111 1001110

Color Harmonies of #D1ACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ACE1

Black with #D1ACE1

Text Example


Text Example

White with #D1ACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ACE1; }

 p { color: rgb(209,172,225); }

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

background-color css

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

 a { background-color: rgb(209,172,225); }

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

border-color css

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

 span { border-color: rgb(209,172,225); }

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