Html Css Color HEX #DFADE7 Plum

📋 copy color: '#DFADE7'

red 223 ◦ green 173 ◦ blue 231

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

Shades of Plum #DFADE7

Tints of Plum #DFADE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.84%

R = 35.57%
G = 27.59%
B = 36.84%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DFADE7 (or 0xDFADE7) is known color: Plum. HEX triplet: DF, AD and E7. RGB value is (223,173,231). Sum of RGB (Red+Green+Blue) = 223+173+231=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFADE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADE7 is #205218. Grayscale: #C2C2C2. Windows color (decimal): -2118169 or 15183327. OLE color: 15183327.

HSL color Cylindrical-coordinate representation of color #DFADE7: hue angle of 291.72º degrees, saturation: 0.55, 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 #DFADE7 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 173 231 -
CMYK 0.03 0.25 0 0.09
HSL 291.72º 0.55% 0.79% -
HSV(B) 291.72º 0.25% 0.91% -
XYZ 59.8 51.34 82.36 -
YUV 194.56 148.57 148.28 -
System Red Green Blue C M Y K H S L
Decimal 223 173 231 0.03 0.25 0 0.09 291.72 0.55 0.79
Hex DF AD E7 3 19 0 9 124 37 4F
Octal 337 255 347 3 31 0 11 444 67 117
Binary 11011111 10101101 11100111 11 11001 0 1001 100100100 110111 1001111

Color Harmonies of #DFADE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFADE7

Black with #DFADE7

Text Example


Text Example

White with #DFADE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFADE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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