Html Css Color HEX #D4ABDF Wisteria

📋 copy color: '#D4ABDF'

red 212 ◦ green 171 ◦ blue 223

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

Shades of Wisteria #D4ABDF

Tints of Wisteria #D4ABDF

RGB

 RED value IS 212 (83.2% from 255) = 34.98%

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

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

R = 34.98%
G = 28.22%
B = 36.8%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D4ABDF (or 0xD4ABDF) is known color: Wisteria. HEX triplet: D4, AB and DF. RGB value is (212,171,223). Sum of RGB (Red+Green+Blue) = 212+171+223=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #D4ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ABDF is #2B5420. Grayscale: #BDBDBD. Windows color (decimal): -2839585 or 14658516. OLE color: 14658516.

HSL color Cylindrical-coordinate representation of color #D4ABDF: hue angle of 287.31º 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 #D4ABDF is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 171 223 -
CMYK 0.05 0.23 0 0.13
HSL 287.31º 0.45% 0.77% -
HSV(B) 287.31º 0.23% 0.87% -
XYZ 55.03 48.45 76.26 -
YUV 189.19 147.08 144.27 -
System Red Green Blue C M Y K H S L
Decimal 212 171 223 0.05 0.23 0 0.13 287.31 0.45 0.77
Hex D4 AB DF 5 17 0 D 11F 2D 4D
Octal 324 253 337 5 27 0 15 437 55 115
Binary 11010100 10101011 11011111 101 10111 0 1101 100011111 101101 1001101

Color Harmonies of #D4ABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ABDF

Black with #D4ABDF

Text Example


Text Example

White with #D4ABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ABDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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