Html Css Color HEX #D29EED Wisteria

📋 copy color: '#D29EED'

red 210 ◦ green 158 ◦ blue 237

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

Shades of Wisteria #D29EED

Tints of Wisteria #D29EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.17%

R = 34.71%
G = 26.12%
B = 39.17%

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

#D29EED (or 0xD29EED) is known color: Wisteria. HEX triplet: D2, 9E and ED. RGB value is (210,158,237). Sum of RGB (Red+Green+Blue) = 210+158+237=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #D29EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29EED is #2D6112. Grayscale: #B6B6B6. Windows color (decimal): -2973971 or 15572690. OLE color: 15572690.

HSL color Cylindrical-coordinate representation of color #D29EED: hue angle of 279.49º degrees, saturation: 0.69, 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 #D29EED is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 158 237 -
CMYK 0.11 0.33 0 0.07
HSL 279.49º 0.69% 0.77% -
HSV(B) 279.49º 0.33% 0.93% -
XYZ 54.09 44.27 85.81 -
YUV 182.55 158.73 147.58 -
System Red Green Blue C M Y K H S L
Decimal 210 158 237 0.11 0.33 0 0.07 279.49 0.69 0.77
Hex D2 9E ED B 21 0 7 117 45 4D
Octal 322 236 355 13 41 0 7 427 105 115
Binary 11010010 10011110 11101101 1011 100001 0 111 100010111 1000101 1001101

Color Harmonies of #D29EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29EED

Black with #D29EED

Text Example


Text Example

White with #D29EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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