Html Css Color HEX #DFAFE1 Plum

📋 copy color: '#DFAFE1'

red 223 ◦ green 175 ◦ blue 225

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

Shades of Plum #DFAFE1

Tints of Plum #DFAFE1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.09%

 BLUE value IS 225 (88.28% from 255) = 36.12%

R = 35.79%
G = 28.09%
B = 36.12%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DFAFE1 (or 0xDFAFE1) is known color: Plum. HEX triplet: DF, AF and E1. RGB value is (223,175,225). Sum of RGB (Red+Green+Blue) = 223+175+225=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFAFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFE1 is #20501E. Grayscale: #C2C2C2. Windows color (decimal): -2117663 or 14790623. OLE color: 14790623.

HSL color Cylindrical-coordinate representation of color #DFAFE1: hue angle of 297.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFAFE1 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 175 225 -
CMYK 0.01 0.22 0 0.12
HSL 297.6º 0.45% 0.78% -
HSV(B) 297.6º 0.22% 0.88% -
XYZ 59.35 51.78 78.1 -
YUV 195.05 144.9 147.93 -
System Red Green Blue C M Y K H S L
Decimal 223 175 225 0.01 0.22 0 0.12 297.6 0.45 0.78
Hex DF AF E1 1 16 0 C 12A 2D 4E
Octal 337 257 341 1 26 0 14 452 55 116
Binary 11011111 10101111 11100001 1 10110 0 1100 100101010 101101 1001110

Color Harmonies of #DFAFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAFE1

Black with #DFAFE1

Text Example


Text Example

White with #DFAFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAFE1; }

 p { color: rgb(223,175,225); }

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

background-color css

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

 a { background-color: rgb(223,175,225); }

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

border-color css

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

 span { border-color: rgb(223,175,225); }

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