Html Css Color HEX #DFA8ED Plum

📋 copy color: '#DFA8ED'

red 223 ◦ green 168 ◦ blue 237

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

Shades of Plum #DFA8ED

Tints of Plum #DFA8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.74%

R = 35.51%
G = 26.75%
B = 37.74%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFA8ED (or 0xDFA8ED) is known color: Plum. HEX triplet: DF, A8 and ED. RGB value is (223,168,237). Sum of RGB (Red+Green+Blue) = 223+168+237=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 168 (66.02% from 255 or 26.75% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFA8ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA8ED is #205712. Grayscale: #C0C0C0. Windows color (decimal): -2119443 or 15575263. OLE color: 15575263.

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

Color convert

RGB 223 168 237 -
CMYK 0.06 0.29 0 0.07
HSL 287.83º 0.66% 0.79% -
HSV(B) 287.83º 0.29% 0.93% -
XYZ 59.72 49.81 86.59 -
YUV 192.31 153.22 149.89 -
System Red Green Blue C M Y K H S L
Decimal 223 168 237 0.06 0.29 0 0.07 287.83 0.66 0.79
Hex DF A8 ED 6 1D 0 7 120 42 4F
Octal 337 250 355 6 35 0 7 440 102 117
Binary 11011111 10101000 11101101 110 11101 0 111 100100000 1000010 1001111

Color Harmonies of #DFA8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA8ED

Black with #DFA8ED

Text Example


Text Example

White with #DFA8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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