Html Css Color HEX #D0ABDC Wisteria

📋 copy color: '#D0ABDC'

red 208 ◦ green 171 ◦ blue 220

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

Shades of Wisteria #D0ABDC

Tints of Wisteria #D0ABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.73%

R = 34.72%
G = 28.55%
B = 36.73%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D0ABDC (or 0xD0ABDC) is known color: Wisteria. HEX triplet: D0, AB and DC. RGB value is (208,171,220). Sum of RGB (Red+Green+Blue) = 208+171+220=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABDC is #2F5423. Grayscale: #BBBBBB. Windows color (decimal): -3101732 or 14461904. OLE color: 14461904.

HSL color Cylindrical-coordinate representation of color #D0ABDC: hue angle of 285.31º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0ABDC is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 171 220 -
CMYK 0.05 0.22 0 0.14
HSL 285.31º 0.41% 0.77% -
HSV(B) 285.31º 0.22% 0.86% -
XYZ 53.49 47.7 74.1 -
YUV 187.65 146.26 142.52 -
System Red Green Blue C M Y K H S L
Decimal 208 171 220 0.05 0.22 0 0.14 285.31 0.41 0.77
Hex D0 AB DC 5 16 0 E 11D 29 4D
Octal 320 253 334 5 26 0 16 435 51 115
Binary 11010000 10101011 11011100 101 10110 0 1110 100011101 101001 1001101

Color Harmonies of #D0ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ABDC

Black with #D0ABDC

Text Example


Text Example

White with #D0ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ABDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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