Html Css Color HEX #D09EDF Wisteria

📋 copy color: '#D09EDF'

red 208 ◦ green 158 ◦ blue 223

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

Shades of Wisteria #D09EDF

Tints of Wisteria #D09EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.86%

R = 35.31%
G = 26.83%
B = 37.86%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D09EDF (or 0xD09EDF) is known color: Wisteria. HEX triplet: D0, 9E and DF. RGB value is (208,158,223). Sum of RGB (Red+Green+Blue) = 208+158+223=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #D09EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09EDF is #2F6120. Grayscale: #B4B4B4. Windows color (decimal): -3105057 or 14655184. OLE color: 14655184.

HSL color Cylindrical-coordinate representation of color #D09EDF: hue angle of 286.15º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D09EDF is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 158 223 -
CMYK 0.07 0.29 0 0.13
HSL 286.15º 0.5% 0.75% -
HSV(B) 286.15º 0.29% 0.87% -
XYZ 51.56 43.19 75.43 -
YUV 180.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 208 158 223 0.07 0.29 0 0.13 286.15 0.5 0.75
Hex D0 9E DF 7 1D 0 D 11E 32 4B
Octal 320 236 337 7 35 0 15 436 62 113
Binary 11010000 10011110 11011111 111 11101 0 1101 100011110 110010 1001011

Color Harmonies of #D09EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09EDF

Black with #D09EDF

Text Example


Text Example

White with #D09EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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