Html Css Color HEX #D4ADE5 Wisteria

📋 copy color: '#D4ADE5'

red 212 ◦ green 173 ◦ blue 229

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

Shades of Wisteria #D4ADE5

Tints of Wisteria #D4ADE5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.18%

 BLUE value IS 229 (89.84% from 255) = 37.3%

R = 34.53%
G = 28.18%
B = 37.3%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D4ADE5 (or 0xD4ADE5) is known color: Wisteria. HEX triplet: D4, AD and E5. RGB value is (212,173,229). Sum of RGB (Red+Green+Blue) = 212+173+229=614 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.53% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #D4ADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADE5 is #2B521A. Grayscale: #BEBEBE. Windows color (decimal): -2839067 or 15052244. OLE color: 15052244.

HSL color Cylindrical-coordinate representation of color #D4ADE5: hue angle of 281.79º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4ADE5 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 212 173 229 -
CMYK 0.07 0.24 0 0.10
HSL 281.79º 0.52% 0.79% -
HSV(B) 281.79º 0.24% 0.9% -
XYZ 56.24 49.54 80.73 -
YUV 191.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 212 173 229 0.07 0.24 0 0.10 281.79 0.52 0.79
Hex D4 AD E5 7 18 0 A 11A 34 4F
Octal 324 255 345 7 30 0 12 432 64 117
Binary 11010100 10101101 11100101 111 11000 0 1010 100011010 110100 1001111

Color Harmonies of #D4ADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADE5

Black with #D4ADE5

Text Example


Text Example

White with #D4ADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADE5; }

 p { color: rgb(212,173,229); }

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

background-color css

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

 a { background-color: rgb(212,173,229); }

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

border-color css

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

 span { border-color: rgb(212,173,229); }

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