Html Css Color HEX #DFAFF3 Mauve

📋 copy color: '#DFAFF3'

red 223 ◦ green 175 ◦ blue 243

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

Shades of Mauve #DFAFF3

Tints of Mauve #DFAFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.91%

R = 34.79%
G = 27.3%
B = 37.91%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DFAFF3 (or 0xDFAFF3) is known color: Mauve. HEX triplet: DF, AF and F3. RGB value is (223,175,243). Sum of RGB (Red+Green+Blue) = 223+175+243=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFAFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAFF3 is #20500C. Grayscale: #C4C4C4. Windows color (decimal): -2117645 or 15970271. OLE color: 15970271.

HSL color Cylindrical-coordinate representation of color #DFAFF3: hue angle of 282.35º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFAFF3 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 175 243 -
CMYK 0.08 0.28 0 0.05
HSL 282.35º 0.74% 0.82% -
HSV(B) 282.35º 0.28% 0.95% -
XYZ 61.94 52.82 91.72 -
YUV 197.1 153.9 146.47 -
System Red Green Blue C M Y K H S L
Decimal 223 175 243 0.08 0.28 0 0.05 282.35 0.74 0.82
Hex DF AF F3 8 1C 0 5 11A 4A 52
Octal 337 257 363 10 34 0 5 432 112 122
Binary 11011111 10101111 11110011 1000 11100 0 101 100011010 1001010 1010010

Color Harmonies of #DFAFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAFF3

Black with #DFAFF3

Text Example


Text Example

White with #DFAFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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