Html Css Color HEX #D0ABEB Wisteria

📋 copy color: '#D0ABEB'

red 208 ◦ green 171 ◦ blue 235

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

Shades of Wisteria #D0ABEB

Tints of Wisteria #D0ABEB

RGB

 RED value IS 208 (81.64% from 255) = 33.88%

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

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

R = 33.88%
G = 27.85%
B = 38.27%

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

#D0ABEB (or 0xD0ABEB) is known color: Wisteria. HEX triplet: D0, AB and EB. RGB value is (208,171,235). Sum of RGB (Red+Green+Blue) = 208+171+235=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0ABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ABEB is #2F5414. Grayscale: #BDBDBD. Windows color (decimal): -3101717 or 15444944. OLE color: 15444944.

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

Color convert

RGB 208 171 235 -
CMYK 0.11 0.27 0 0.08
HSL 274.69º 0.62% 0.8% -
HSV(B) 274.69º 0.27% 0.92% -
XYZ 55.57 48.53 85.04 -
YUV 189.36 153.76 141.3 -
System Red Green Blue C M Y K H S L
Decimal 208 171 235 0.11 0.27 0 0.08 274.69 0.62 0.8
Hex D0 AB EB B 1B 0 8 113 3E 50
Octal 320 253 353 13 33 0 10 423 76 120
Binary 11010000 10101011 11101011 1011 11011 0 1000 100010011 111110 1010000

Color Harmonies of #D0ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ABEB

Black with #D0ABEB

Text Example


Text Example

White with #D0ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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