Html Css Color HEX #D1ABEA Wisteria

📋 copy color: '#D1ABEA'

red 209 ◦ green 171 ◦ blue 234

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

Shades of Wisteria #D1ABEA

Tints of Wisteria #D1ABEA

RGB

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

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

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

R = 34.04%
G = 27.85%
B = 38.11%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D1ABEA (or 0xD1ABEA) is known color: Wisteria. HEX triplet: D1, AB and EA. RGB value is (209,171,234). Sum of RGB (Red+Green+Blue) = 209+171+234=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ABEA is #2E5415. Grayscale: #BDBDBD. Windows color (decimal): -3036182 or 15379409. OLE color: 15379409.

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

Color convert

RGB 209 171 234 -
CMYK 0.11 0.27 0 0.08
HSL 276.19º 0.6% 0.79% -
HSV(B) 276.19º 0.27% 0.92% -
XYZ 55.71 48.62 84.29 -
YUV 189.54 153.09 141.88 -
System Red Green Blue C M Y K H S L
Decimal 209 171 234 0.11 0.27 0 0.08 276.19 0.6 0.79
Hex D1 AB EA B 1B 0 8 114 3C 4F
Octal 321 253 352 13 33 0 10 424 74 117
Binary 11010001 10101011 11101010 1011 11011 0 1000 100010100 111100 1001111

Color Harmonies of #D1ABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ABEA

Black with #D1ABEA

Text Example


Text Example

White with #D1ABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ABEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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