Html Css Color HEX #DFAFF6 Mauve

📋 copy color: '#DFAFF6'

red 223 ◦ green 175 ◦ blue 246

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

Shades of Mauve #DFAFF6

Tints of Mauve #DFAFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.2%

R = 34.63%
G = 27.17%
B = 38.2%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DFAFF6 (or 0xDFAFF6) is known color: Mauve. HEX triplet: DF, AF and F6. RGB value is (223,175,246). Sum of RGB (Red+Green+Blue) = 223+175+246=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 246 (96.48% from 255 or 38.20% from 644); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFAFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAFF6 is #205009. Grayscale: #C5C5C5. Windows color (decimal): -2117642 or 16166879. OLE color: 16166879.

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

Color convert

RGB 223 175 246 -
CMYK 0.09 0.29 0 0.04
HSL 280.56º 0.8% 0.83% -
HSV(B) 280.56º 0.29% 0.96% -
XYZ 62.4 53 94.13 -
YUV 197.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 223 175 246 0.09 0.29 0 0.04 280.56 0.8 0.83
Hex DF AF F6 9 1D 0 4 119 50 53
Octal 337 257 366 11 35 0 4 431 120 123
Binary 11011111 10101111 11110110 1001 11101 0 100 100011001 1010000 1010011

Color Harmonies of #DFAFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAFF6

Black with #DFAFF6

Text Example


Text Example

White with #DFAFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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