Html Css Color HEX #D7ACEA Wisteria

📋 copy color: '#D7ACEA'

red 215 ◦ green 172 ◦ blue 234

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

Shades of Wisteria #D7ACEA

Tints of Wisteria #D7ACEA

RGB

 RED value IS 215 (84.38% from 255) = 34.62%

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

 BLUE value IS 234 (91.8% from 255) = 37.68%

R = 34.62%
G = 27.7%
B = 37.68%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D7ACEA (or 0xD7ACEA) is known color: Wisteria. HEX triplet: D7, AC and EA. RGB value is (215,172,234). Sum of RGB (Red+Green+Blue) = 215+172+234=621 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.62% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ACEA is #285315. Grayscale: #BFBFBF. Windows color (decimal): -2642710 or 15379671. OLE color: 15379671.

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

Color convert

RGB 215 172 234 -
CMYK 0.08 0.26 0 0.08
HSL 281.61º 0.6% 0.8% -
HSV(B) 281.61º 0.26% 0.92% -
XYZ 57.63 49.89 84.43 -
YUV 191.93 151.75 144.46 -
System Red Green Blue C M Y K H S L
Decimal 215 172 234 0.08 0.26 0 0.08 281.61 0.6 0.8
Hex D7 AC EA 8 1A 0 8 11A 3C 50
Octal 327 254 352 10 32 0 10 432 74 120
Binary 11010111 10101100 11101010 1000 11010 0 1000 100011010 111100 1010000

Color Harmonies of #D7ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ACEA

Black with #D7ACEA

Text Example


Text Example

White with #D7ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ACEA; }

 p { color: rgb(215,172,234); }

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

background-color css

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

 a { background-color: rgb(215,172,234); }

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

border-color css

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

 span { border-color: rgb(215,172,234); }

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