Html Css Color HEX #D1ABED Wisteria

📋 copy color: '#D1ABED'

red 209 ◦ green 171 ◦ blue 237

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

Shades of Wisteria #D1ABED

Tints of Wisteria #D1ABED

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.71%

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

R = 33.87%
G = 27.71%
B = 38.41%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D1ABED (or 0xD1ABED) is known color: Wisteria. HEX triplet: D1, AB and ED. RGB value is (209,171,237). Sum of RGB (Red+Green+Blue) = 209+171+237=617 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.87% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1ABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ABED is #2E5412. Grayscale: #BDBDBD. Windows color (decimal): -3036179 or 15576017. OLE color: 15576017.

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

Color convert

RGB 209 171 237 -
CMYK 0.12 0.28 0 0.07
HSL 274.55º 0.65% 0.8% -
HSV(B) 274.55º 0.28% 0.93% -
XYZ 56.14 48.8 86.58 -
YUV 189.89 154.59 141.63 -
System Red Green Blue C M Y K H S L
Decimal 209 171 237 0.12 0.28 0 0.07 274.55 0.65 0.8
Hex D1 AB ED C 1C 0 7 113 41 50
Octal 321 253 355 14 34 0 7 423 101 120
Binary 11010001 10101011 11101101 1100 11100 0 111 100010011 1000001 1010000

Color Harmonies of #D1ABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ABED

Black with #D1ABED

Text Example


Text Example

White with #D1ABED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ABED; }

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

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

background-color css

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

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

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

border-color css

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

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

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