Html Css Color HEX #D1ACEB Wisteria

📋 copy color: '#D1ACEB'

red 209 ◦ green 172 ◦ blue 235

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

Shades of Wisteria #D1ACEB

Tints of Wisteria #D1ACEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.15%

R = 33.93%
G = 27.92%
B = 38.15%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D1ACEB (or 0xD1ACEB) is known color: Wisteria. HEX triplet: D1, AC and EB. RGB value is (209,172,235). Sum of RGB (Red+Green+Blue) = 209+172+235=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1ACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ACEB is #2E5314. Grayscale: #BEBEBE. Windows color (decimal): -3035925 or 15445201. OLE color: 15445201.

HSL color Cylindrical-coordinate representation of color #D1ACEB: hue angle of 275.24º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1ACEB is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 172 235 -
CMYK 0.11 0.27 0 0.08
HSL 275.24º 0.61% 0.8% -
HSV(B) 275.24º 0.27% 0.92% -
XYZ 56.04 49.06 85.11 -
YUV 190.25 153.26 141.38 -
System Red Green Blue C M Y K H S L
Decimal 209 172 235 0.11 0.27 0 0.08 275.24 0.61 0.8
Hex D1 AC EB B 1B 0 8 113 3D 50
Octal 321 254 353 13 33 0 10 423 75 120
Binary 11010001 10101100 11101011 1011 11011 0 1000 100010011 111101 1010000

Color Harmonies of #D1ACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ACEB

Black with #D1ACEB

Text Example


Text Example

White with #D1ACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ACEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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