Html Css Color HEX #D09EEC Wisteria

📋 copy color: '#D09EEC'

red 208 ◦ green 158 ◦ blue 236

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

Shades of Wisteria #D09EEC

Tints of Wisteria #D09EEC

RGB

 RED value IS 208 (81.64% from 255) = 34.55%

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

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

R = 34.55%
G = 26.25%
B = 39.2%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D09EEC (or 0xD09EEC) is known color: Wisteria. HEX triplet: D0, 9E and EC. RGB value is (208,158,236). Sum of RGB (Red+Green+Blue) = 208+158+236=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 158 (62.11% from 255 or 26.25% 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 #D09EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09EEC is #2F6113. Grayscale: #B5B5B5. Windows color (decimal): -3105044 or 15507152. OLE color: 15507152.

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

Color convert

RGB 208 158 236 -
CMYK 0.12 0.33 0 0.07
HSL 278.46º 0.67% 0.77% -
HSV(B) 278.46º 0.33% 0.93% -
XYZ 53.38 43.92 85.02 -
YUV 181.84 158.57 146.66 -
System Red Green Blue C M Y K H S L
Decimal 208 158 236 0.12 0.33 0 0.07 278.46 0.67 0.77
Hex D0 9E EC C 21 0 7 116 43 4D
Octal 320 236 354 14 41 0 7 426 103 115
Binary 11010000 10011110 11101100 1100 100001 0 111 100010110 1000011 1001101

Color Harmonies of #D09EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09EEC

Black with #D09EEC

Text Example


Text Example

White with #D09EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09EEC; }

 p { color: rgb(208,158,236); }

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

background-color css

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

 a { background-color: rgb(208,158,236); }

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

border-color css

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

 span { border-color: rgb(208,158,236); }

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