Html Css Color HEX #D5ABE8 Wisteria

📋 copy color: '#D5ABE8'

red 213 ◦ green 171 ◦ blue 232

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

Shades of Wisteria #D5ABE8

Tints of Wisteria #D5ABE8

RGB

 RED value IS 213 (83.59% from 255) = 34.58%

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

 BLUE value IS 232 (91.02% from 255) = 37.66%

R = 34.58%
G = 27.76%
B = 37.66%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D5ABE8 (or 0xD5ABE8) is known color: Wisteria. HEX triplet: D5, AB and E8. RGB value is (213,171,232). Sum of RGB (Red+Green+Blue) = 213+171+232=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 232 - color contains mainly: blue. Hex color #D5ABE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ABE8 is #2A5417. Grayscale: #BEBEBE. Windows color (decimal): -2774040 or 15248341. OLE color: 15248341.

HSL color Cylindrical-coordinate representation of color #D5ABE8: hue angle of 281.31º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5ABE8 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 171 232 -
CMYK 0.08 0.26 0 0.09
HSL 281.31º 0.57% 0.79% -
HSV(B) 281.31º 0.26% 0.91% -
XYZ 56.57 49.1 82.84 -
YUV 190.51 151.41 144.04 -
System Red Green Blue C M Y K H S L
Decimal 213 171 232 0.08 0.26 0 0.09 281.31 0.57 0.79
Hex D5 AB E8 8 1A 0 9 119 39 4F
Octal 325 253 350 10 32 0 11 431 71 117
Binary 11010101 10101011 11101000 1000 11010 0 1001 100011001 111001 1001111

Color Harmonies of #D5ABE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABE8

Black with #D5ABE8

Text Example


Text Example

White with #D5ABE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABE8; }

 p { color: rgb(213,171,232); }

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

background-color css

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

 a { background-color: rgb(213,171,232); }

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

border-color css

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

 span { border-color: rgb(213,171,232); }

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