Html Css Color HEX #D0ACE5 Wisteria

📋 copy color: '#D0ACE5'

red 208 ◦ green 172 ◦ blue 229

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

Shades of Wisteria #D0ACE5

Tints of Wisteria #D0ACE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.6%

R = 34.15%
G = 28.24%
B = 37.6%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D0ACE5 (or 0xD0ACE5) is known color: Wisteria. HEX triplet: D0, AC and E5. RGB value is (208,172,229). Sum of RGB (Red+Green+Blue) = 208+172+229=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #D0ACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ACE5 is #2F531A. Grayscale: #BDBDBD. Windows color (decimal): -3101467 or 15051984. OLE color: 15051984.

HSL color Cylindrical-coordinate representation of color #D0ACE5: hue angle of 277.89º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0ACE5 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 172 229 -
CMYK 0.09 0.25 0 0.10
HSL 277.89º 0.52% 0.79% -
HSV(B) 277.89º 0.25% 0.9% -
XYZ 54.91 48.57 80.61 -
YUV 189.26 150.43 141.37 -
System Red Green Blue C M Y K H S L
Decimal 208 172 229 0.09 0.25 0 0.10 277.89 0.52 0.79
Hex D0 AC E5 9 19 0 A 116 34 4F
Octal 320 254 345 11 31 0 12 426 64 117
Binary 11010000 10101100 11100101 1001 11001 0 1010 100010110 110100 1001111

Color Harmonies of #D0ACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ACE5

Black with #D0ACE5

Text Example


Text Example

White with #D0ACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ACE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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