Html Css Color HEX #D5ABEB Wisteria

📋 copy color: '#D5ABEB'

red 213 ◦ green 171 ◦ blue 235

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

Shades of Wisteria #D5ABEB

Tints of Wisteria #D5ABEB

RGB

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

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

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

R = 34.41%
G = 27.63%
B = 37.96%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D5ABEB (or 0xD5ABEB) is known color: Wisteria. HEX triplet: D5, AB and EB. RGB value is (213,171,235). Sum of RGB (Red+Green+Blue) = 213+171+235=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5ABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ABEB is #2A5414. Grayscale: #BEBEBE. Windows color (decimal): -2774037 or 15444949. OLE color: 15444949.

HSL color Cylindrical-coordinate representation of color #D5ABEB: hue angle of 279.38º 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 #D5ABEB is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 171 235 -
CMYK 0.09 0.27 0 0.08
HSL 279.38º 0.62% 0.8% -
HSV(B) 279.38º 0.27% 0.92% -
XYZ 57 49.27 85.1 -
YUV 190.85 152.91 143.8 -
System Red Green Blue C M Y K H S L
Decimal 213 171 235 0.09 0.27 0 0.08 279.38 0.62 0.8
Hex D5 AB EB 9 1B 0 8 117 3E 50
Octal 325 253 353 11 33 0 10 427 76 120
Binary 11010101 10101011 11101011 1001 11011 0 1000 100010111 111110 1010000

Color Harmonies of #D5ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABEB

Black with #D5ABEB

Text Example


Text Example

White with #D5ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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