Html Css Color HEX #D08EDE Wisteria

📋 copy color: '#D08EDE'

red 208 ◦ green 142 ◦ blue 222

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

Shades of Wisteria #D08EDE

Tints of Wisteria #D08EDE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.83%

 BLUE value IS 222 (87.11% from 255) = 38.81%

R = 36.36%
G = 24.83%
B = 38.81%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D08EDE (or 0xD08EDE) is known color: Wisteria. HEX triplet: D0, 8E and DE. RGB value is (208,142,222). Sum of RGB (Red+Green+Blue) = 208+142+222=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #D08EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08EDE is #2F7121. Grayscale: #AAAAAA. Windows color (decimal): -3109154 or 14585552. OLE color: 14585552.

HSL color Cylindrical-coordinate representation of color #D08EDE: hue angle of 289.5º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D08EDE is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 142 222 -
CMYK 0.06 0.36 0 0.13
HSL 289.5º 0.55% 0.71% -
HSV(B) 289.5º 0.36% 0.87% -
XYZ 48.87 38.03 73.87 -
YUV 170.85 156.87 154.5 -
System Red Green Blue C M Y K H S L
Decimal 208 142 222 0.06 0.36 0 0.13 289.5 0.55 0.71
Hex D0 8E DE 6 24 0 D 122 37 47
Octal 320 216 336 6 44 0 15 442 67 107
Binary 11010000 10001110 11011110 110 100100 0 1101 100100010 110111 1000111

Color Harmonies of #D08EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08EDE

Black with #D08EDE

Text Example


Text Example

White with #D08EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08EDE; }

 p { color: rgb(208,142,222); }

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

background-color css

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

 a { background-color: rgb(208,142,222); }

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

border-color css

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

 span { border-color: rgb(208,142,222); }

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