Html Css Color HEX #D29EEB Wisteria

📋 copy color: '#D29EEB'

red 210 ◦ green 158 ◦ blue 235

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

Shades of Wisteria #D29EEB

Tints of Wisteria #D29EEB

RGB

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

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

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

R = 34.83%
G = 26.2%
B = 38.97%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D29EEB (or 0xD29EEB) is known color: Wisteria. HEX triplet: D2, 9E and EB. RGB value is (210,158,235). Sum of RGB (Red+Green+Blue) = 210+158+235=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #D29EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29EEB is #2D6114. Grayscale: #B6B6B6. Windows color (decimal): -2973973 or 15441618. OLE color: 15441618.

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

Color convert

RGB 210 158 235 -
CMYK 0.11 0.33 0 0.08
HSL 280.52º 0.66% 0.77% -
HSV(B) 280.52º 0.33% 0.92% -
XYZ 53.8 44.15 84.28 -
YUV 182.33 157.73 147.74 -
System Red Green Blue C M Y K H S L
Decimal 210 158 235 0.11 0.33 0 0.08 280.52 0.66 0.77
Hex D2 9E EB B 21 0 8 119 42 4D
Octal 322 236 353 13 41 0 10 431 102 115
Binary 11010010 10011110 11101011 1011 100001 0 1000 100011001 1000010 1001101

Color Harmonies of #D29EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29EEB

Black with #D29EEB

Text Example


Text Example

White with #D29EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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