Html Css Color HEX #D08EEF Wisteria

📋 copy color: '#D08EEF'

red 208 ◦ green 142 ◦ blue 239

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

Shades of Wisteria #D08EEF

Tints of Wisteria #D08EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.58%

R = 35.31%
G = 24.11%
B = 40.58%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D08EEF (or 0xD08EEF) is known color: Wisteria. HEX triplet: D0, 8E and EF. RGB value is (208,142,239). Sum of RGB (Red+Green+Blue) = 208+142+239=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #D08EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08EEF is #2F7110. Grayscale: #ACACAC. Windows color (decimal): -3109137 or 15699664. OLE color: 15699664.

HSL color Cylindrical-coordinate representation of color #D08EEF: hue angle of 280.82º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D08EEF is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 142 239 -
CMYK 0.13 0.41 0 0.06
HSL 280.82º 0.75% 0.75% -
HSV(B) 280.82º 0.41% 0.94% -
XYZ 51.27 38.99 86.48 -
YUV 172.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 208 142 239 0.13 0.41 0 0.06 280.82 0.75 0.75
Hex D0 8E EF D 29 0 6 119 4B 4B
Octal 320 216 357 15 51 0 6 431 113 113
Binary 11010000 10001110 11101111 1101 101001 0 110 100011001 1001011 1001011

Color Harmonies of #D08EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08EEF

Black with #D08EEF

Text Example


Text Example

White with #D08EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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