Html Css Color HEX #D29EEC Wisteria

📋 copy color: '#D29EEC'

red 210 ◦ green 158 ◦ blue 236

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

Shades of Wisteria #D29EEC

Tints of Wisteria #D29EEC

RGB

 RED value IS 210 (82.42% from 255) = 34.77%

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

 BLUE value IS 236 (92.58% from 255) = 39.07%

R = 34.77%
G = 26.16%
B = 39.07%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D29EEC (or 0xD29EEC) is known color: Wisteria. HEX triplet: D2, 9E and EC. RGB value is (210,158,236). Sum of RGB (Red+Green+Blue) = 210+158+236=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #D29EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29EEC is #2D6113. Grayscale: #B6B6B6. Windows color (decimal): -2973972 or 15507154. OLE color: 15507154.

HSL color Cylindrical-coordinate representation of color #D29EEC: hue angle of 280º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D29EEC is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 158 236 -
CMYK 0.11 0.33 0 0.07
HSL 280º 0.67% 0.77% -
HSV(B) 280º 0.33% 0.93% -
XYZ 53.95 44.21 85.05 -
YUV 182.44 158.23 147.66 -
System Red Green Blue C M Y K H S L
Decimal 210 158 236 0.11 0.33 0 0.07 280 0.67 0.77
Hex D2 9E EC B 21 0 7 118 43 4D
Octal 322 236 354 13 41 0 7 430 103 115
Binary 11010010 10011110 11101100 1011 100001 0 111 100011000 1000011 1001101

Color Harmonies of #D29EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29EEC

Black with #D29EEC

Text Example


Text Example

White with #D29EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29EEC; }

 p { color: rgb(210,158,236); }

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

background-color css

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

 a { background-color: rgb(210,158,236); }

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

border-color css

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

 span { border-color: rgb(210,158,236); }

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