Html Css Color HEX #DFACFD Mauve

📋 copy color: '#DFACFD'

red 223 ◦ green 172 ◦ blue 253

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

Shades of Mauve #DFACFD

Tints of Mauve #DFACFD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.54%

 BLUE value IS 253 (99.22% from 255) = 39.04%

R = 34.41%
G = 26.54%
B = 39.04%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFACFD (or 0xDFACFD) is known color: Mauve. HEX triplet: DF, AC and FD. RGB value is (223,172,253). Sum of RGB (Red+Green+Blue) = 223+172+253=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 172 (67.58% from 255 or 26.54% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACFD is #205302. Grayscale: #C4C4C4. Windows color (decimal): -2118403 or 16624863. OLE color: 16624863.

HSL color Cylindrical-coordinate representation of color #DFACFD: hue angle of 277.78º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFACFD is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 172 253 -
CMYK 0.12 0.32 0 0.01
HSL 277.78º 0.95% 0.83% -
HSV(B) 277.78º 0.32% 0.99% -
XYZ 62.91 52.28 99.7 -
YUV 196.48 159.9 146.91 -
System Red Green Blue C M Y K H S L
Decimal 223 172 253 0.12 0.32 0 0.01 277.78 0.95 0.83
Hex DF AC FD C 20 0 1 116 5F 53
Octal 337 254 375 14 40 0 1 426 137 123
Binary 11011111 10101100 11111101 1100 100000 0 1 100010110 1011111 1010011

Color Harmonies of #DFACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFACFD

Black with #DFACFD

Text Example


Text Example

White with #DFACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFACFD; }

 p { color: rgb(223,172,253); }

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

background-color css

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

 a { background-color: rgb(223,172,253); }

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

border-color css

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

 span { border-color: rgb(223,172,253); }

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