Html Css Color HEX #D29EEE Wisteria

📋 copy color: '#D29EEE'

red 210 ◦ green 158 ◦ blue 238

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

Shades of Wisteria #D29EEE

Tints of Wisteria #D29EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.27%

R = 34.65%
G = 26.07%
B = 39.27%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D29EEE (or 0xD29EEE) is known color: Wisteria. HEX triplet: D2, 9E and EE. RGB value is (210,158,238). Sum of RGB (Red+Green+Blue) = 210+158+238=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 158 (62.11% from 255 or 26.07% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #D29EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29EEE is #2D6111. Grayscale: #B6B6B6. Windows color (decimal): -2973970 or 15638226. OLE color: 15638226.

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

Color convert

RGB 210 158 238 -
CMYK 0.12 0.34 0 0.07
HSL 279º 0.7% 0.78% -
HSV(B) 279º 0.34% 0.93% -
XYZ 54.24 44.33 86.59 -
YUV 182.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 210 158 238 0.12 0.34 0 0.07 279 0.7 0.78
Hex D2 9E EE C 22 0 7 117 46 4E
Octal 322 236 356 14 42 0 7 427 106 116
Binary 11010010 10011110 11101110 1100 100010 0 111 100010111 1000110 1001110

Color Harmonies of #D29EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29EEE

Black with #D29EEE

Text Example


Text Example

White with #D29EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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