Html Css Color HEX #D0ABE5 Wisteria

📋 copy color: '#D0ABE5'

red 208 ◦ green 171 ◦ blue 229

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

Shades of Wisteria #D0ABE5

Tints of Wisteria #D0ABE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.66%

R = 34.21%
G = 28.13%
B = 37.66%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D0ABE5 (or 0xD0ABE5) is known color: Wisteria. HEX triplet: D0, AB and E5. RGB value is (208,171,229). Sum of RGB (Red+Green+Blue) = 208+171+229=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #D0ABE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABE5 is #2F541A. Grayscale: #BCBCBC. Windows color (decimal): -3101723 or 15051728. OLE color: 15051728.

HSL color Cylindrical-coordinate representation of color #D0ABE5: hue angle of 278.28º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0ABE5 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 171 229 -
CMYK 0.09 0.25 0 0.10
HSL 278.28º 0.53% 0.78% -
HSV(B) 278.28º 0.25% 0.9% -
XYZ 54.72 48.19 80.55 -
YUV 188.68 150.76 141.78 -
System Red Green Blue C M Y K H S L
Decimal 208 171 229 0.09 0.25 0 0.10 278.28 0.53 0.78
Hex D0 AB E5 9 19 0 A 116 35 4E
Octal 320 253 345 11 31 0 12 426 65 116
Binary 11010000 10101011 11100101 1001 11001 0 1010 100010110 110101 1001110

Color Harmonies of #D0ABE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ABE5

Black with #D0ABE5

Text Example


Text Example

White with #D0ABE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ABE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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