Html Css Color HEX #D29EDF Wisteria

📋 copy color: '#D29EDF'

red 210 ◦ green 158 ◦ blue 223

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

Shades of Wisteria #D29EDF

Tints of Wisteria #D29EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.73%

R = 35.53%
G = 26.73%
B = 37.73%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D29EDF (or 0xD29EDF) is known color: Wisteria. HEX triplet: D2, 9E and DF. RGB value is (210,158,223). Sum of RGB (Red+Green+Blue) = 210+158+223=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #D29EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29EDF is #2D6120. Grayscale: #B4B4B4. Windows color (decimal): -2973985 or 14655186. OLE color: 14655186.

HSL color Cylindrical-coordinate representation of color #D29EDF: hue angle of 288º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D29EDF is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 158 223 -
CMYK 0.06 0.29 0 0.13
HSL 288º 0.5% 0.75% -
HSV(B) 288º 0.29% 0.87% -
XYZ 52.12 43.48 75.46 -
YUV 180.96 151.73 148.71 -
System Red Green Blue C M Y K H S L
Decimal 210 158 223 0.06 0.29 0 0.13 288 0.5 0.75
Hex D2 9E DF 6 1D 0 D 120 32 4B
Octal 322 236 337 6 35 0 15 440 62 113
Binary 11010010 10011110 11011111 110 11101 0 1101 100100000 110010 1001011

Color Harmonies of #D29EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29EDF

Black with #D29EDF

Text Example


Text Example

White with #D29EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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