Html Css Color HEX #D09EDC Wisteria

📋 copy color: '#D09EDC'

red 208 ◦ green 158 ◦ blue 220

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

Shades of Wisteria #D09EDC

Tints of Wisteria #D09EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.54%

R = 35.49%
G = 26.96%
B = 37.54%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D09EDC (or 0xD09EDC) is known color: Wisteria. HEX triplet: D0, 9E and DC. RGB value is (208,158,220). Sum of RGB (Red+Green+Blue) = 208+158+220=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #D09EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09EDC is #2F6123. Grayscale: #B3B3B3. Windows color (decimal): -3105060 or 14458576. OLE color: 14458576.

HSL color Cylindrical-coordinate representation of color #D09EDC: hue angle of 288.39º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D09EDC is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 158 220 -
CMYK 0.05 0.28 0 0.14
HSL 288.39º 0.47% 0.74% -
HSV(B) 288.39º 0.28% 0.86% -
XYZ 51.16 43.03 73.32 -
YUV 180.02 150.57 147.96 -
System Red Green Blue C M Y K H S L
Decimal 208 158 220 0.05 0.28 0 0.14 288.39 0.47 0.74
Hex D0 9E DC 5 1C 0 E 120 2F 4A
Octal 320 236 334 5 34 0 16 440 57 112
Binary 11010000 10011110 11011100 101 11100 0 1110 100100000 101111 1001010

Color Harmonies of #D09EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09EDC

Black with #D09EDC

Text Example


Text Example

White with #D09EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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