Html Css Color HEX #D29AEC Wisteria

📋 copy color: '#D29AEC'

red 210 ◦ green 154 ◦ blue 236

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

Shades of Wisteria #D29AEC

Tints of Wisteria #D29AEC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.67%

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

R = 35%
G = 25.67%
B = 39.33%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D29AEC (or 0xD29AEC) is known color: Wisteria. HEX triplet: D2, 9A and EC. RGB value is (210,154,236). Sum of RGB (Red+Green+Blue) = 210+154+236=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 154 (60.55% from 255 or 25.67% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #D29AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29AEC is #2D6513. Grayscale: #B3B3B3. Windows color (decimal): -2974996 or 15506130. OLE color: 15506130.

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

Color convert

RGB 210 154 236 -
CMYK 0.11 0.35 0 0.07
HSL 280.98º 0.68% 0.76% -
HSV(B) 280.98º 0.35% 0.93% -
XYZ 53.27 42.87 84.82 -
YUV 180.09 159.55 149.33 -
System Red Green Blue C M Y K H S L
Decimal 210 154 236 0.11 0.35 0 0.07 280.98 0.68 0.76
Hex D2 9A EC B 23 0 7 119 44 4C
Octal 322 232 354 13 43 0 7 431 104 114
Binary 11010010 10011010 11101100 1011 100011 0 111 100011001 1000100 1001100

Color Harmonies of #D29AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29AEC

Black with #D29AEC

Text Example


Text Example

White with #D29AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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