Html Css Color HEX #D49EEF Wisteria

📋 copy color: '#D49EEF'

red 212 ◦ green 158 ◦ blue 239

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

Shades of Wisteria #D49EEF

Tints of Wisteria #D49EEF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.94%

 BLUE value IS 239 (93.75% from 255) = 39.24%

R = 34.81%
G = 25.94%
B = 39.24%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D49EEF (or 0xD49EEF) is known color: Wisteria. HEX triplet: D4, 9E and EF. RGB value is (212,158,239). Sum of RGB (Red+Green+Blue) = 212+158+239=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #D49EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49EEF is #2B6110. Grayscale: #B7B7B7. Windows color (decimal): -2842897 or 15703764. OLE color: 15703764.

HSL color Cylindrical-coordinate representation of color #D49EEF: hue angle of 280º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D49EEF is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 158 239 -
CMYK 0.11 0.34 0 0.06
HSL 280º 0.72% 0.78% -
HSV(B) 280º 0.34% 0.94% -
XYZ 54.96 44.68 87.39 -
YUV 183.38 159.39 148.41 -
System Red Green Blue C M Y K H S L
Decimal 212 158 239 0.11 0.34 0 0.06 280 0.72 0.78
Hex D4 9E EF B 22 0 6 118 48 4E
Octal 324 236 357 13 42 0 6 430 110 116
Binary 11010100 10011110 11101111 1011 100010 0 110 100011000 1001000 1001110

Color Harmonies of #D49EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49EEF

Black with #D49EEF

Text Example


Text Example

White with #D49EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49EEF; }

 p { color: rgb(212,158,239); }

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

background-color css

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

 a { background-color: rgb(212,158,239); }

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

border-color css

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

 span { border-color: rgb(212,158,239); }

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