Html Css Color HEX #D4ACE2 Wisteria

📋 copy color: '#D4ACE2'

red 212 ◦ green 172 ◦ blue 226

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

Shades of Wisteria #D4ACE2

Tints of Wisteria #D4ACE2

RGB

 RED value IS 212 (83.2% from 255) = 34.75%

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

 BLUE value IS 226 (88.67% from 255) = 37.05%

R = 34.75%
G = 28.2%
B = 37.05%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D4ACE2 (or 0xD4ACE2) is known color: Wisteria. HEX triplet: D4, AC and E2. RGB value is (212,172,226). Sum of RGB (Red+Green+Blue) = 212+172+226=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 226 (88.67% from 255 or 37.05% from 610); Max value from RGB is 226 - color contains mainly: blue. Hex color #D4ACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACE2 is #2B531D. Grayscale: #BDBDBD. Windows color (decimal): -2839326 or 14855380. OLE color: 14855380.

HSL color Cylindrical-coordinate representation of color #D4ACE2: hue angle of 284.44º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4ACE2 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 212 172 226 -
CMYK 0.06 0.24 0 0.11
HSL 284.44º 0.48% 0.78% -
HSV(B) 284.44º 0.24% 0.89% -
XYZ 55.63 48.99 78.48 -
YUV 190.12 148.25 143.61 -
System Red Green Blue C M Y K H S L
Decimal 212 172 226 0.06 0.24 0 0.11 284.44 0.48 0.78
Hex D4 AC E2 6 18 0 B 11C 30 4E
Octal 324 254 342 6 30 0 13 434 60 116
Binary 11010100 10101100 11100010 110 11000 0 1011 100011100 110000 1001110

Color Harmonies of #D4ACE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ACE2

Black with #D4ACE2

Text Example


Text Example

White with #D4ACE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ACE2; }

 p { color: rgb(212,172,226); }

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

background-color css

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

 a { background-color: rgb(212,172,226); }

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

border-color css

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

 span { border-color: rgb(212,172,226); }

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