Html Css Color HEX #DFADE8 Plum

📋 copy color: '#DFADE8'

red 223 ◦ green 173 ◦ blue 232

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

Shades of Plum #DFADE8

Tints of Plum #DFADE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.94%

R = 35.51%
G = 27.55%
B = 36.94%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DFADE8 (or 0xDFADE8) is known color: Plum. HEX triplet: DF, AD and E8. RGB value is (223,173,232). Sum of RGB (Red+Green+Blue) = 223+173+232=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFADE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADE8 is #205217. Grayscale: #C2C2C2. Windows color (decimal): -2118168 or 15248863. OLE color: 15248863.

HSL color Cylindrical-coordinate representation of color #DFADE8: hue angle of 290.85º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFADE8 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 173 232 -
CMYK 0.04 0.25 0 0.09
HSL 290.85º 0.56% 0.79% -
HSV(B) 290.85º 0.25% 0.91% -
XYZ 59.94 51.4 83.11 -
YUV 194.68 149.07 148.2 -
System Red Green Blue C M Y K H S L
Decimal 223 173 232 0.04 0.25 0 0.09 290.85 0.56 0.79
Hex DF AD E8 4 19 0 9 123 38 4F
Octal 337 255 350 4 31 0 11 443 70 117
Binary 11011111 10101101 11101000 100 11001 0 1001 100100011 111000 1001111

Color Harmonies of #DFADE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFADE8

Black with #DFADE8

Text Example


Text Example

White with #DFADE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFADE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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