Html Css Color HEX #D1A8ED Wisteria

📋 copy color: '#D1A8ED'

red 209 ◦ green 168 ◦ blue 237

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

Shades of Wisteria #D1A8ED

Tints of Wisteria #D1A8ED

RGB

 RED value IS 209 (82.03% from 255) = 34.04%

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

 BLUE value IS 237 (92.97% from 255) = 38.6%

R = 34.04%
G = 27.36%
B = 38.6%

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

#D1A8ED (or 0xD1A8ED) is known color: Wisteria. HEX triplet: D1, A8 and ED. RGB value is (209,168,237). Sum of RGB (Red+Green+Blue) = 209+168+237=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 168 (66.02% from 255 or 27.36% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1A8ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A8ED is #2E5712. Grayscale: #BBBBBB. Windows color (decimal): -3036947 or 15575249. OLE color: 15575249.

HSL color Cylindrical-coordinate representation of color #D1A8ED: hue angle of 275.65º degrees, saturation: 0.66, 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 #D1A8ED is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 168 237 -
CMYK 0.12 0.29 0 0.07
HSL 275.65º 0.66% 0.79% -
HSV(B) 275.65º 0.29% 0.93% -
XYZ 55.58 47.68 86.39 -
YUV 188.13 155.58 142.89 -
System Red Green Blue C M Y K H S L
Decimal 209 168 237 0.12 0.29 0 0.07 275.65 0.66 0.79
Hex D1 A8 ED C 1D 0 7 114 42 4F
Octal 321 250 355 14 35 0 7 424 102 117
Binary 11010001 10101000 11101101 1100 11101 0 111 100010100 1000010 1001111

Color Harmonies of #D1A8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A8ED

Black with #D1A8ED

Text Example


Text Example

White with #D1A8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A8ED; }

 p { color: rgb(209,168,237); }

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

background-color css

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

 a { background-color: rgb(209,168,237); }

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

border-color css

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

 span { border-color: rgb(209,168,237); }

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