Html Css Color HEX #DFADE1 Plum

📋 copy color: '#DFADE1'

red 223 ◦ green 173 ◦ blue 225

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

Shades of Plum #DFADE1

Tints of Plum #DFADE1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.86%

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

R = 35.91%
G = 27.86%
B = 36.23%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DFADE1 (or 0xDFADE1) is known color: Plum. HEX triplet: DF, AD and E1. RGB value is (223,173,225). Sum of RGB (Red+Green+Blue) = 223+173+225=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADE1 is #20521E. Grayscale: #C1C1C1. Windows color (decimal): -2118175 or 14790111. OLE color: 14790111.

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

Color convert

RGB 223 173 225 -
CMYK 0.01 0.23 0 0.12
HSL 297.69º 0.46% 0.78% -
HSV(B) 297.69º 0.23% 0.88% -
XYZ 58.97 51.01 77.97 -
YUV 193.88 145.57 148.77 -
System Red Green Blue C M Y K H S L
Decimal 223 173 225 0.01 0.23 0 0.12 297.69 0.46 0.78
Hex DF AD E1 1 17 0 C 12A 2E 4E
Octal 337 255 341 1 27 0 14 452 56 116
Binary 11011111 10101101 11100001 1 10111 0 1100 100101010 101110 1001110

Color Harmonies of #DFADE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFADE1

Black with #DFADE1

Text Example


Text Example

White with #DFADE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFADE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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