Html Css Color HEX #D0A4EC Wisteria

📋 copy color: '#D0A4EC'

red 208 ◦ green 164 ◦ blue 236

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

Shades of Wisteria #D0A4EC

Tints of Wisteria #D0A4EC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.97%

 BLUE value IS 236 (92.58% from 255) = 38.82%

R = 34.21%
G = 26.97%
B = 38.82%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0A4EC (or 0xD0A4EC) is known color: Wisteria. HEX triplet: D0, A4 and EC. RGB value is (208,164,236). Sum of RGB (Red+Green+Blue) = 208+164+236=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 164 (64.45% from 255 or 26.97% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0A4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A4EC is #2F5B13. Grayscale: #B9B9B9. Windows color (decimal): -3103508 or 15508688. OLE color: 15508688.

HSL color Cylindrical-coordinate representation of color #D0A4EC: hue angle of 276.67º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0A4EC is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 164 236 -
CMYK 0.12 0.31 0 0.07
HSL 276.67º 0.65% 0.78% -
HSV(B) 276.67º 0.31% 0.93% -
XYZ 54.43 46.02 85.37 -
YUV 185.36 156.58 144.15 -
System Red Green Blue C M Y K H S L
Decimal 208 164 236 0.12 0.31 0 0.07 276.67 0.65 0.78
Hex D0 A4 EC C 1F 0 7 115 41 4E
Octal 320 244 354 14 37 0 7 425 101 116
Binary 11010000 10100100 11101100 1100 11111 0 111 100010101 1000001 1001110

Color Harmonies of #D0A4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A4EC

Black with #D0A4EC

Text Example


Text Example

White with #D0A4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A4EC; }

 p { color: rgb(208,164,236); }

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

background-color css

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

 a { background-color: rgb(208,164,236); }

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

border-color css

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

 span { border-color: rgb(208,164,236); }

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