#DF86EE

Color #DF86EE Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #DF86EE

Tints of Violet #DF86EE

Color information

#DF86EE (or 0xDF86EE) is unknown color: approx Violet. HEX triplet: DF, 86 and EE. RGB value is (223,134,238). Sum of RGB (Red+Green+Blue) = 223+134+238=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF86EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF86EE is #207911. Grayscale: #ACACAC. Windows color (decimal): -2128146 or 15632095. OLE color: 15632095.

HSL color Cylindrical-coordinate representation of color #DF86EE: hue angle of 291.35º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF86EE is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223134238-
CMYK0.060.4400.07
HSL291.35º75.36%72.94%-
HSV(B)291.35º43.7%93.33%-
XYZ54.3938.9185.53-
YUV172.47164.99164.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 134 (52.73% from 255) = 22.52%
BLUE value IS 238 (93.36% from 255) = 40%
R=37.48%
G=22.52%
B=40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231342380.060.4400.07291.3575.3672.94
HexDF86EE62C071234b49
Octal33720635665407443113111
Binary110111111000011011101110110101100011110010001110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF86EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF86EE; }

 p { color: rgb(223,134,238); }

 H1.HeaderClassName
 {
   color: #DF86EE;
 }
 .AnyTagClassName
 {
   color: #DF86EE;
 }
</style>
background-color css

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

 a { background-color: rgb(223,134,238); }

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

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

 span { border-color: rgb(223,134,238); }

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