Html Css Color HEX #DFADE9 Plum

📋 copy color: '#DFADE9'

red 223 ◦ green 173 ◦ blue 233

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

Shades of Plum #DFADE9

Tints of Plum #DFADE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.04%

R = 35.45%
G = 27.5%
B = 37.04%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DFADE9 (or 0xDFADE9) is known color: Plum. HEX triplet: DF, AD and E9. RGB value is (223,173,233). Sum of RGB (Red+Green+Blue) = 223+173+233=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADE9 is #205216. Grayscale: #C2C2C2. Windows color (decimal): -2118167 or 15314399. OLE color: 15314399.

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

Color convert

RGB 223 173 233 -
CMYK 0.04 0.26 0 0.09
HSL 290º 0.58% 0.8% -
HSV(B) 290º 0.26% 0.91% -
XYZ 60.08 51.46 83.86 -
YUV 194.79 149.57 148.12 -
System Red Green Blue C M Y K H S L
Decimal 223 173 233 0.04 0.26 0 0.09 290 0.58 0.8
Hex DF AD E9 4 1A 0 9 122 3A 50
Octal 337 255 351 4 32 0 11 442 72 120
Binary 11011111 10101101 11101001 100 11010 0 1001 100100010 111010 1010000

Color Harmonies of #DFADE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFADE9

Black with #DFADE9

Text Example


Text Example

White with #DFADE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFADE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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