Html Css Color HEX #D2ABDF Wisteria

📋 copy color: '#D2ABDF'

red 210 ◦ green 171 ◦ blue 223

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

Shades of Wisteria #D2ABDF

Tints of Wisteria #D2ABDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.92%

R = 34.77%
G = 28.31%
B = 36.92%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D2ABDF (or 0xD2ABDF) is known color: Wisteria. HEX triplet: D2, AB and DF. RGB value is (210,171,223). Sum of RGB (Red+Green+Blue) = 210+171+223=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABDF is #2D5420. Grayscale: #BCBCBC. Windows color (decimal): -2970657 or 14658514. OLE color: 14658514.

HSL color Cylindrical-coordinate representation of color #D2ABDF: hue angle of 285º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2ABDF is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 171 223 -
CMYK 0.06 0.23 0 0.13
HSL 285º 0.45% 0.77% -
HSV(B) 285º 0.23% 0.87% -
XYZ 54.46 48.16 76.24 -
YUV 188.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 210 171 223 0.06 0.23 0 0.13 285 0.45 0.77
Hex D2 AB DF 6 17 0 D 11D 2D 4D
Octal 322 253 337 6 27 0 15 435 55 115
Binary 11010010 10101011 11011111 110 10111 0 1101 100011101 101101 1001101

Color Harmonies of #D2ABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ABDF

Black with #D2ABDF

Text Example


Text Example

White with #D2ABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ABDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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