Html Css Color HEX #D0ACE9 Wisteria

📋 copy color: '#D0ACE9'

red 208 ◦ green 172 ◦ blue 233

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

Shades of Wisteria #D0ACE9

Tints of Wisteria #D0ACE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.01%

R = 33.93%
G = 28.06%
B = 38.01%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D0ACE9 (or 0xD0ACE9) is known color: Wisteria. HEX triplet: D0, AC and E9. RGB value is (208,172,233). Sum of RGB (Red+Green+Blue) = 208+172+233=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #D0ACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ACE9 is #2F5316. Grayscale: #BDBDBD. Windows color (decimal): -3101463 or 15314128. OLE color: 15314128.

HSL color Cylindrical-coordinate representation of color #D0ACE9: hue angle of 275.41º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0ACE9 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 172 233 -
CMYK 0.11 0.26 0 0.09
HSL 275.41º 0.58% 0.79% -
HSV(B) 275.41º 0.26% 0.91% -
XYZ 55.47 48.8 83.59 -
YUV 189.72 152.43 141.04 -
System Red Green Blue C M Y K H S L
Decimal 208 172 233 0.11 0.26 0 0.09 275.41 0.58 0.79
Hex D0 AC E9 B 1A 0 9 113 3A 4F
Octal 320 254 351 13 32 0 11 423 72 117
Binary 11010000 10101100 11101001 1011 11010 0 1001 100010011 111010 1001111

Color Harmonies of #D0ACE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ACE9

Black with #D0ACE9

Text Example


Text Example

White with #D0ACE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ACE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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