Html Css Color HEX #DFAFF0 Mauve

📋 copy color: '#DFAFF0'

red 223 ◦ green 175 ◦ blue 240

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

Shades of Mauve #DFAFF0

Tints of Mauve #DFAFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.62%

R = 34.95%
G = 27.43%
B = 37.62%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DFAFF0 (or 0xDFAFF0) is known color: Mauve. HEX triplet: DF, AF and F0. RGB value is (223,175,240). Sum of RGB (Red+Green+Blue) = 223+175+240=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFAFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAFF0 is #20500F. Grayscale: #C4C4C4. Windows color (decimal): -2117648 or 15773663. OLE color: 15773663.

HSL color Cylindrical-coordinate representation of color #DFAFF0: hue angle of 284.31º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFAFF0 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 175 240 -
CMYK 0.07 0.27 0 0.06
HSL 284.31º 0.68% 0.81% -
HSV(B) 284.31º 0.27% 0.94% -
XYZ 61.49 52.64 89.36 -
YUV 196.76 152.4 146.71 -
System Red Green Blue C M Y K H S L
Decimal 223 175 240 0.07 0.27 0 0.06 284.31 0.68 0.81
Hex DF AF F0 7 1B 0 6 11C 44 51
Octal 337 257 360 7 33 0 6 434 104 121
Binary 11011111 10101111 11110000 111 11011 0 110 100011100 1000100 1010001

Color Harmonies of #DFAFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAFF0

Black with #DFAFF0

Text Example


Text Example

White with #DFAFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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