Html Css Color HEX #DFAFE7 Plum

📋 copy color: '#DFAFE7'

red 223 ◦ green 175 ◦ blue 231

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

Shades of Plum #DFAFE7

Tints of Plum #DFAFE7

RGB

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

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

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

R = 35.45%
G = 27.82%
B = 36.72%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DFAFE7 (or 0xDFAFE7) is known color: Plum. HEX triplet: DF, AF and E7. RGB value is (223,175,231). Sum of RGB (Red+Green+Blue) = 223+175+231=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFAFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAFE7 is #205018. Grayscale: #C3C3C3. Windows color (decimal): -2117657 or 15183839. OLE color: 15183839.

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

Color convert

RGB 223 175 231 -
CMYK 0.03 0.24 0 0.09
HSL 291.43º 0.54% 0.8% -
HSV(B) 291.43º 0.24% 0.91% -
XYZ 60.19 52.12 82.49 -
YUV 195.74 147.9 147.45 -
System Red Green Blue C M Y K H S L
Decimal 223 175 231 0.03 0.24 0 0.09 291.43 0.54 0.8
Hex DF AF E7 3 18 0 9 123 36 50
Octal 337 257 347 3 30 0 11 443 66 120
Binary 11011111 10101111 11100111 11 11000 0 1001 100100011 110110 1010000

Color Harmonies of #DFAFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAFE7

Black with #DFAFE7

Text Example


Text Example

White with #DFAFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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