Html Css Color HEX #D1ABEB Wisteria

📋 copy color: '#D1ABEB'

red 209 ◦ green 171 ◦ blue 235

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

Shades of Wisteria #D1ABEB

Tints of Wisteria #D1ABEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.21%

R = 33.98%
G = 27.8%
B = 38.21%

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

#D1ABEB (or 0xD1ABEB) is known color: Wisteria. HEX triplet: D1, AB and EB. RGB value is (209,171,235). Sum of RGB (Red+Green+Blue) = 209+171+235=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1ABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ABEB is #2E5414. Grayscale: #BDBDBD. Windows color (decimal): -3036181 or 15444945. OLE color: 15444945.

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

Color convert

RGB 209 171 235 -
CMYK 0.11 0.27 0 0.08
HSL 275.63º 0.62% 0.8% -
HSV(B) 275.63º 0.27% 0.92% -
XYZ 55.85 48.68 85.05 -
YUV 189.66 153.59 141.8 -
System Red Green Blue C M Y K H S L
Decimal 209 171 235 0.11 0.27 0 0.08 275.63 0.62 0.8
Hex D1 AB EB B 1B 0 8 114 3E 50
Octal 321 253 353 13 33 0 10 424 76 120
Binary 11010001 10101011 11101011 1011 11011 0 1000 100010100 111110 1010000

Color Harmonies of #D1ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ABEB

Black with #D1ABEB

Text Example


Text Example

White with #D1ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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