Html Css Color HEX #D4ABEA Wisteria

📋 copy color: '#D4ABEA'

red 212 ◦ green 171 ◦ blue 234

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

Shades of Wisteria #D4ABEA

Tints of Wisteria #D4ABEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.93%

R = 34.36%
G = 27.71%
B = 37.93%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D4ABEA (or 0xD4ABEA) is known color: Wisteria. HEX triplet: D4, AB and EA. RGB value is (212,171,234). Sum of RGB (Red+Green+Blue) = 212+171+234=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #D4ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ABEA is #2B5415. Grayscale: #BEBEBE. Windows color (decimal): -2839574 or 15379412. OLE color: 15379412.

HSL color Cylindrical-coordinate representation of color #D4ABEA: hue angle of 279.05º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4ABEA is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 171 234 -
CMYK 0.09 0.27 0 0.08
HSL 279.05º 0.6% 0.79% -
HSV(B) 279.05º 0.27% 0.92% -
XYZ 56.57 49.06 84.33 -
YUV 190.44 152.58 143.38 -
System Red Green Blue C M Y K H S L
Decimal 212 171 234 0.09 0.27 0 0.08 279.05 0.6 0.79
Hex D4 AB EA 9 1B 0 8 117 3C 4F
Octal 324 253 352 11 33 0 10 427 74 117
Binary 11010100 10101011 11101010 1001 11011 0 1000 100010111 111100 1001111

Color Harmonies of #D4ABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ABEA

Black with #D4ABEA

Text Example


Text Example

White with #D4ABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ABEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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