Html Css Color HEX #D6ABEB Wisteria

📋 copy color: '#D6ABEB'

red 214 ◦ green 171 ◦ blue 235

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

Shades of Wisteria #D6ABEB

Tints of Wisteria #D6ABEB

RGB

 RED value IS 214 (83.98% from 255) = 34.52%

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

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

R = 34.52%
G = 27.58%
B = 37.9%

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

#D6ABEB (or 0xD6ABEB) is known color: Wisteria. HEX triplet: D6, AB and EB. RGB value is (214,171,235). Sum of RGB (Red+Green+Blue) = 214+171+235=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6ABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ABEB is #295414. Grayscale: #BEBEBE. Windows color (decimal): -2708501 or 15444950. OLE color: 15444950.

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

Color convert

RGB 214 171 235 -
CMYK 0.09 0.27 0 0.08
HSL 280.31º 0.62% 0.8% -
HSV(B) 280.31º 0.27% 0.92% -
XYZ 57.29 49.42 85.12 -
YUV 191.15 152.75 144.3 -
System Red Green Blue C M Y K H S L
Decimal 214 171 235 0.09 0.27 0 0.08 280.31 0.62 0.8
Hex D6 AB EB 9 1B 0 8 118 3E 50
Octal 326 253 353 11 33 0 10 430 76 120
Binary 11010110 10101011 11101011 1001 11011 0 1000 100011000 111110 1010000

Color Harmonies of #D6ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABEB

Black with #D6ABEB

Text Example


Text Example

White with #D6ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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