Html Css Color HEX #D29BEC Wisteria

📋 copy color: '#D29BEC'

red 210 ◦ green 155 ◦ blue 236

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

Shades of Wisteria #D29BEC

Tints of Wisteria #D29BEC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.79%

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

R = 34.94%
G = 25.79%
B = 39.27%

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

#D29BEC (or 0xD29BEC) is known color: Wisteria. HEX triplet: D2, 9B and EC. RGB value is (210,155,236). Sum of RGB (Red+Green+Blue) = 210+155+236=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #D29BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29BEC is #2D6413. Grayscale: #B4B4B4. Windows color (decimal): -2974740 or 15506386. OLE color: 15506386.

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

Color convert

RGB 210 155 236 -
CMYK 0.11 0.34 0 0.07
HSL 280.74º 0.68% 0.77% -
HSV(B) 280.74º 0.34% 0.93% -
XYZ 53.44 43.2 84.88 -
YUV 180.68 159.22 148.91 -
System Red Green Blue C M Y K H S L
Decimal 210 155 236 0.11 0.34 0 0.07 280.74 0.68 0.77
Hex D2 9B EC B 22 0 7 119 44 4D
Octal 322 233 354 13 42 0 7 431 104 115
Binary 11010010 10011011 11101100 1011 100010 0 111 100011001 1000100 1001101

Color Harmonies of #D29BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29BEC

Black with #D29BEC

Text Example


Text Example

White with #D29BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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