Html Css Color HEX #D2ABEB Wisteria

📋 copy color: '#D2ABEB'

red 210 ◦ green 171 ◦ blue 235

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

Shades of Wisteria #D2ABEB

Tints of Wisteria #D2ABEB

RGB

 RED value IS 210 (82.42% from 255) = 34.09%

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

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

R = 34.09%
G = 27.76%
B = 38.15%

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

#D2ABEB (or 0xD2ABEB) is known color: Wisteria. HEX triplet: D2, AB and EB. RGB value is (210,171,235). Sum of RGB (Red+Green+Blue) = 210+171+235=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2ABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ABEB is #2D5414. Grayscale: #BDBDBD. Windows color (decimal): -2970645 or 15444946. OLE color: 15444946.

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

Color convert

RGB 210 171 235 -
CMYK 0.11 0.27 0 0.08
HSL 276.56º 0.62% 0.8% -
HSV(B) 276.56º 0.27% 0.92% -
XYZ 56.14 48.83 85.06 -
YUV 189.96 153.42 142.3 -
System Red Green Blue C M Y K H S L
Decimal 210 171 235 0.11 0.27 0 0.08 276.56 0.62 0.8
Hex D2 AB EB B 1B 0 8 115 3E 50
Octal 322 253 353 13 33 0 10 425 76 120
Binary 11010010 10101011 11101011 1011 11011 0 1000 100010101 111110 1010000

Color Harmonies of #D2ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ABEB

Black with #D2ABEB

Text Example


Text Example

White with #D2ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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