Html Css Color HEX #D4ABEB Wisteria

📋 copy color: '#D4ABEB'

red 212 ◦ green 171 ◦ blue 235

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

Shades of Wisteria #D4ABEB

Tints of Wisteria #D4ABEB

RGB

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

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

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

R = 34.3%
G = 27.67%
B = 38.03%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D4ABEB (or 0xD4ABEB) is known color: Wisteria. HEX triplet: D4, AB and EB. RGB value is (212,171,235). Sum of RGB (Red+Green+Blue) = 212+171+235=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4ABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ABEB is #2B5414. Grayscale: #BEBEBE. Windows color (decimal): -2839573 or 15444948. OLE color: 15444948.

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

Color convert

RGB 212 171 235 -
CMYK 0.10 0.27 0 0.08
HSL 278.44º 0.62% 0.8% -
HSV(B) 278.44º 0.27% 0.92% -
XYZ 56.71 49.12 85.09 -
YUV 190.56 153.08 143.3 -
System Red Green Blue C M Y K H S L
Decimal 212 171 235 0.10 0.27 0 0.08 278.44 0.62 0.8
Hex D4 AB EB A 1B 0 8 116 3E 50
Octal 324 253 353 12 33 0 10 426 76 120
Binary 11010100 10101011 11101011 1010 11011 0 1000 100010110 111110 1010000

Color Harmonies of #D4ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ABEB

Black with #D4ABEB

Text Example


Text Example

White with #D4ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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