Html Css Color HEX #DFAFE8 Plum

📋 copy color: '#DFAFE8'

red 223 ◦ green 175 ◦ blue 232

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

Shades of Plum #DFAFE8

Tints of Plum #DFAFE8

RGB

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

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

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

R = 35.4%
G = 27.78%
B = 36.83%

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

#DFAFE8 (or 0xDFAFE8) is known color: Plum. HEX triplet: DF, AF and E8. RGB value is (223,175,232). Sum of RGB (Red+Green+Blue) = 223+175+232=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFAFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAFE8 is #205017. Grayscale: #C3C3C3. Windows color (decimal): -2117656 or 15249375. OLE color: 15249375.

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

Color convert

RGB 223 175 232 -
CMYK 0.04 0.25 0 0.09
HSL 290.53º 0.55% 0.8% -
HSV(B) 290.53º 0.25% 0.91% -
XYZ 60.33 52.17 83.23 -
YUV 195.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 223 175 232 0.04 0.25 0 0.09 290.53 0.55 0.8
Hex DF AF E8 4 19 0 9 123 37 50
Octal 337 257 350 4 31 0 11 443 67 120
Binary 11011111 10101111 11101000 100 11001 0 1001 100100011 110111 1010000

Color Harmonies of #DFAFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAFE8

Black with #DFAFE8

Text Example


Text Example

White with #DFAFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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