#DC8EEE

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

Shades of Violet #DC8EEE

Tints of Violet #DC8EEE

Color information

#DC8EEE (or 0xDC8EEE) is unknown color: approx Violet. HEX triplet: DC, 8E and EE. RGB value is (220,142,238). Sum of RGB (Red+Green+Blue) = 220+142+238=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 142 (55.86% from 255 or 23.67% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC8EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8EEE is #237111. Grayscale: #AFAFAF. Windows color (decimal): -2322706 or 15634140. OLE color: 15634140.

HSL color Cylindrical-coordinate representation of color #DC8EEE: hue angle of 288.75º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC8EEE is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220142238-
CMYK0.080.4000.07
HSL288.75º73.85%74.51%-
HSV(B)288.75º40.34%93.33%-
XYZ54.6240.7385.87-
YUV176.27162.84159.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 142 (55.86% from 255) = 23.67%
BLUE value IS 238 (93.36% from 255) = 39.67%
R=36.67%
G=23.67%
B=39.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201422380.080.4000.07288.7573.8574.51
HexDC8EEE828071214a4b
Octal334216356105007441112113
Binary1101110010001110111011101000101000011110010000110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8EEE; }

 p { color: rgb(220,142,238); }

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

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

 a { background-color: rgb(220,142,238); }

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

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

 span { border-color: rgb(220,142,238); }

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