Html Css Color HEX #DCA8EA Plum

📋 copy color: '#DCA8EA'

red 220 ◦ green 168 ◦ blue 234

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

Shades of Plum #DCA8EA

Tints of Plum #DCA8EA

RGB

 RED value IS 220 (86.33% from 255) = 35.37%

 GREEN value IS 168 (66.02% from 255) = 27.01%

 BLUE value IS 234 (91.8% from 255) = 37.62%

R = 35.37%
G = 27.01%
B = 37.62%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DCA8EA (or 0xDCA8EA) is known color: Plum. HEX triplet: DC, A8 and EA. RGB value is (220,168,234). Sum of RGB (Red+Green+Blue) = 220+168+234=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 168 (66.02% from 255 or 27.01% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCA8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA8EA is #235715. Grayscale: #BEBEBE. Windows color (decimal): -2316054 or 15378652. OLE color: 15378652.

HSL color Cylindrical-coordinate representation of color #DCA8EA: hue angle of 287.27º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCA8EA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 168 234 -
CMYK 0.06 0.28 0 0.08
HSL 287.27º 0.61% 0.79% -
HSV(B) 287.27º 0.28% 0.92% -
XYZ 58.37 49.16 84.25 -
YUV 191.07 152.23 148.63 -
System Red Green Blue C M Y K H S L
Decimal 220 168 234 0.06 0.28 0 0.08 287.27 0.61 0.79
Hex DC A8 EA 6 1C 0 8 11F 3D 4F
Octal 334 250 352 6 34 0 10 437 75 117
Binary 11011100 10101000 11101010 110 11100 0 1000 100011111 111101 1001111

Color Harmonies of #DCA8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA8EA

Black with #DCA8EA

Text Example


Text Example

White with #DCA8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA8EA; }

 p { color: rgb(220,168,234); }

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

background-color css

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

 a { background-color: rgb(220,168,234); }

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

border-color css

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

 span { border-color: rgb(220,168,234); }

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