Html Css Color HEX #DFA8EB Plum

📋 copy color: '#DFA8EB'

red 223 ◦ green 168 ◦ blue 235

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

Shades of Plum #DFA8EB

Tints of Plum #DFA8EB

RGB

 RED value IS 223 (87.5% from 255) = 35.62%

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

 BLUE value IS 235 (92.19% from 255) = 37.54%

R = 35.62%
G = 26.84%
B = 37.54%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFA8EB (or 0xDFA8EB) is known color: Plum. HEX triplet: DF, A8 and EB. RGB value is (223,168,235). Sum of RGB (Red+Green+Blue) = 223+168+235=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 168 (66.02% from 255 or 26.84% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFA8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA8EB is #205714. Grayscale: #BFBFBF. Windows color (decimal): -2119445 or 15444191. OLE color: 15444191.

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

Color convert

RGB 223 168 235 -
CMYK 0.05 0.29 0 0.08
HSL 289.25º 0.63% 0.79% -
HSV(B) 289.25º 0.29% 0.92% -
XYZ 59.43 49.69 85.06 -
YUV 192.08 152.22 150.05 -
System Red Green Blue C M Y K H S L
Decimal 223 168 235 0.05 0.29 0 0.08 289.25 0.63 0.79
Hex DF A8 EB 5 1D 0 8 121 3F 4F
Octal 337 250 353 5 35 0 10 441 77 117
Binary 11011111 10101000 11101011 101 11101 0 1000 100100001 111111 1001111

Color Harmonies of #DFA8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA8EB

Black with #DFA8EB

Text Example


Text Example

White with #DFA8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA8EB; }

 p { color: rgb(223,168,235); }

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

background-color css

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

 a { background-color: rgb(223,168,235); }

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

border-color css

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

 span { border-color: rgb(223,168,235); }

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