Html Css Color HEX #D698EE Wisteria

📋 copy color: '#D698EE'

red 214 ◦ green 152 ◦ blue 238

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

Shades of Wisteria #D698EE

Tints of Wisteria #D698EE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.17%

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

R = 35.43%
G = 25.17%
B = 39.4%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D698EE (or 0xD698EE) is known color: Wisteria. HEX triplet: D6, 98 and EE. RGB value is (214,152,238). Sum of RGB (Red+Green+Blue) = 214+152+238=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 152 (59.77% from 255 or 25.17% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #D698EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D698EE is #296711. Grayscale: #B4B4B4. Windows color (decimal): -2713362 or 15636694. OLE color: 15636694.

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

Color convert

RGB 214 152 238 -
CMYK 0.10 0.36 0 0.07
HSL 283.26º 0.72% 0.76% -
HSV(B) 283.26º 0.36% 0.93% -
XYZ 54.39 42.93 86.31 -
YUV 180.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 214 152 238 0.10 0.36 0 0.07 283.26 0.72 0.76
Hex D6 98 EE A 24 0 7 11B 48 4C
Octal 326 230 356 12 44 0 7 433 110 114
Binary 11010110 10011000 11101110 1010 100100 0 111 100011011 1001000 1001100

Color Harmonies of #D698EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D698EE

Black with #D698EE

Text Example


Text Example

White with #D698EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D698EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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