Html Css Color HEX #D0A8EC Wisteria

📋 copy color: '#D0A8EC'

red 208 ◦ green 168 ◦ blue 236

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

Shades of Wisteria #D0A8EC

Tints of Wisteria #D0A8EC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.45%

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

R = 33.99%
G = 27.45%
B = 38.56%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0A8EC (or 0xD0A8EC) is known color: Wisteria. HEX triplet: D0, A8 and EC. RGB value is (208,168,236). Sum of RGB (Red+Green+Blue) = 208+168+236=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0A8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A8EC is #2F5713. Grayscale: #BBBBBB. Windows color (decimal): -3102484 or 15509712. OLE color: 15509712.

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

Color convert

RGB 208 168 236 -
CMYK 0.12 0.29 0 0.07
HSL 275.29º 0.64% 0.79% -
HSV(B) 275.29º 0.29% 0.93% -
XYZ 55.16 47.47 85.61 -
YUV 187.71 155.25 142.47 -
System Red Green Blue C M Y K H S L
Decimal 208 168 236 0.12 0.29 0 0.07 275.29 0.64 0.79
Hex D0 A8 EC C 1D 0 7 113 40 4F
Octal 320 250 354 14 35 0 7 423 100 117
Binary 11010000 10101000 11101100 1100 11101 0 111 100010011 1000000 1001111

Color Harmonies of #D0A8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A8EC

Black with #D0A8EC

Text Example


Text Example

White with #D0A8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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