Html Css Color HEX #D29EEF Wisteria

📋 copy color: '#D29EEF'

red 210 ◦ green 158 ◦ blue 239

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

Shades of Wisteria #D29EEF

Tints of Wisteria #D29EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.37%

R = 34.6%
G = 26.03%
B = 39.37%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D29EEF (or 0xD29EEF) is known color: Wisteria. HEX triplet: D2, 9E and EF. RGB value is (210,158,239). Sum of RGB (Red+Green+Blue) = 210+158+239=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #D29EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29EEF is #2D6110. Grayscale: #B6B6B6. Windows color (decimal): -2973969 or 15703762. OLE color: 15703762.

HSL color Cylindrical-coordinate representation of color #D29EEF: hue angle of 278.52º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D29EEF is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 158 239 -
CMYK 0.12 0.34 0 0.06
HSL 278.52º 0.72% 0.78% -
HSV(B) 278.52º 0.34% 0.94% -
XYZ 54.39 44.39 87.36 -
YUV 182.78 159.73 147.41 -
System Red Green Blue C M Y K H S L
Decimal 210 158 239 0.12 0.34 0 0.06 278.52 0.72 0.78
Hex D2 9E EF C 22 0 6 117 48 4E
Octal 322 236 357 14 42 0 6 427 110 116
Binary 11010010 10011110 11101111 1100 100010 0 110 100010111 1001000 1001110

Color Harmonies of #D29EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29EEF

Black with #D29EEF

Text Example


Text Example

White with #D29EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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