Html Css Color HEX #D4ADEB Wisteria

📋 copy color: '#D4ADEB'

red 212 ◦ green 173 ◦ blue 235

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

Shades of Wisteria #D4ADEB

Tints of Wisteria #D4ADEB

RGB

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

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

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

R = 34.19%
G = 27.9%
B = 37.9%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D4ADEB (or 0xD4ADEB) is known color: Wisteria. HEX triplet: D4, AD and EB. RGB value is (212,173,235). Sum of RGB (Red+Green+Blue) = 212+173+235=620 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.19% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ADEB is #2B5214. Grayscale: #BFBFBF. Windows color (decimal): -2839061 or 15445460. OLE color: 15445460.

HSL color Cylindrical-coordinate representation of color #D4ADEB: hue angle of 277.74º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4ADEB is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 173 235 -
CMYK 0.10 0.26 0 0.08
HSL 277.74º 0.61% 0.8% -
HSV(B) 277.74º 0.26% 0.92% -
XYZ 57.09 49.88 85.22 -
YUV 191.73 152.42 142.46 -
System Red Green Blue C M Y K H S L
Decimal 212 173 235 0.10 0.26 0 0.08 277.74 0.61 0.8
Hex D4 AD EB A 1A 0 8 116 3D 50
Octal 324 255 353 12 32 0 10 426 75 120
Binary 11010100 10101101 11101011 1010 11010 0 1000 100010110 111101 1010000

Color Harmonies of #D4ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADEB

Black with #D4ADEB

Text Example


Text Example

White with #D4ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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