Html Css Color HEX #D69EEE Wisteria

📋 copy color: '#D69EEE'

red 214 ◦ green 158 ◦ blue 238

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

Shades of Wisteria #D69EEE

Tints of Wisteria #D69EEE

RGB

 RED value IS 214 (83.98% from 255) = 35.08%

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

 BLUE value IS 238 (93.36% from 255) = 39.02%

R = 35.08%
G = 25.9%
B = 39.02%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D69EEE (or 0xD69EEE) is known color: Wisteria. HEX triplet: D6, 9E and EE. RGB value is (214,158,238). Sum of RGB (Red+Green+Blue) = 214+158+238=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #D69EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69EEE is #296111. Grayscale: #B7B7B7. Windows color (decimal): -2711826 or 15638230. OLE color: 15638230.

HSL color Cylindrical-coordinate representation of color #D69EEE: hue angle of 282º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D69EEE is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 158 238 -
CMYK 0.10 0.34 0 0.07
HSL 282º 0.7% 0.78% -
HSV(B) 282º 0.34% 0.93% -
XYZ 55.39 44.92 86.64 -
YUV 183.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 214 158 238 0.10 0.34 0 0.07 282 0.7 0.78
Hex D6 9E EE A 22 0 7 11A 46 4E
Octal 326 236 356 12 42 0 7 432 106 116
Binary 11010110 10011110 11101110 1010 100010 0 111 100011010 1000110 1001110

Color Harmonies of #D69EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69EEE

Black with #D69EEE

Text Example


Text Example

White with #D69EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69EEE; }

 p { color: rgb(214,158,238); }

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

background-color css

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

 a { background-color: rgb(214,158,238); }

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

border-color css

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

 span { border-color: rgb(214,158,238); }

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