Html Css Color HEX #D29CEC Wisteria

📋 copy color: '#D29CEC'

red 210 ◦ green 156 ◦ blue 236

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

Shades of Wisteria #D29CEC

Tints of Wisteria #D29CEC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.91%

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

R = 34.88%
G = 25.91%
B = 39.2%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D29CEC (or 0xD29CEC) is known color: Wisteria. HEX triplet: D2, 9C and EC. RGB value is (210,156,236). Sum of RGB (Red+Green+Blue) = 210+156+236=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #D29CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29CEC is #2D6313. Grayscale: #B5B5B5. Windows color (decimal): -2974484 or 15506642. OLE color: 15506642.

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

Color convert

RGB 210 156 236 -
CMYK 0.11 0.34 0 0.07
HSL 280.5º 0.68% 0.77% -
HSV(B) 280.5º 0.34% 0.93% -
XYZ 53.61 43.53 84.93 -
YUV 181.27 158.89 148.5 -
System Red Green Blue C M Y K H S L
Decimal 210 156 236 0.11 0.34 0 0.07 280.5 0.68 0.77
Hex D2 9C EC B 22 0 7 118 44 4D
Octal 322 234 354 13 42 0 7 430 104 115
Binary 11010010 10011100 11101100 1011 100010 0 111 100011000 1000100 1001101

Color Harmonies of #D29CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29CEC

Black with #D29CEC

Text Example


Text Example

White with #D29CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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