Html Css Color HEX #D0ACE1 Wisteria

📋 copy color: '#D0ACE1'

red 208 ◦ green 172 ◦ blue 225

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

Shades of Wisteria #D0ACE1

Tints of Wisteria #D0ACE1

RGB

 RED value IS 208 (81.64% from 255) = 34.38%

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

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

R = 34.38%
G = 28.43%
B = 37.19%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D0ACE1 (or 0xD0ACE1) is known color: Wisteria. HEX triplet: D0, AC and E1. RGB value is (208,172,225). Sum of RGB (Red+Green+Blue) = 208+172+225=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0ACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ACE1 is #2F531E. Grayscale: #BCBCBC. Windows color (decimal): -3101471 or 14789840. OLE color: 14789840.

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

Color convert

RGB 208 172 225 -
CMYK 0.08 0.24 0 0.12
HSL 280.75º 0.47% 0.78% -
HSV(B) 280.75º 0.24% 0.88% -
XYZ 54.36 48.35 77.7 -
YUV 188.81 148.43 141.69 -
System Red Green Blue C M Y K H S L
Decimal 208 172 225 0.08 0.24 0 0.12 280.75 0.47 0.78
Hex D0 AC E1 8 18 0 C 119 2F 4E
Octal 320 254 341 10 30 0 14 431 57 116
Binary 11010000 10101100 11100001 1000 11000 0 1100 100011001 101111 1001110

Color Harmonies of #D0ACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ACE1

Black with #D0ACE1

Text Example


Text Example

White with #D0ACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ACE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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