Html Css Color HEX #DFC0FF Mauve

📋 copy color: '#DFC0FF'

red 223 ◦ green 192 ◦ blue 255

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

Shades of Mauve #DFC0FF

Tints of Mauve #DFC0FF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.66%

 BLUE value IS 255 (100% from 255) = 38.06%

R = 33.28%
G = 28.66%
B = 38.06%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DFC0FF (or 0xDFC0FF) is known color: Mauve. HEX triplet: DF, C0 and FF. RGB value is (223,192,255). Sum of RGB (Red+Green+Blue) = 223+192+255=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 192 (75.39% from 255 or 28.66% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFC0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC0FF is #203F00. Grayscale: #D0D0D0. Windows color (decimal): -2113281 or 16761055. OLE color: 16761055.

HSL color Cylindrical-coordinate representation of color #DFC0FF: hue angle of 269.52º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFC0FF is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 223 192 255 -
CMYK 0.13 0.25 0 0
HSL 269.52º 1% 0.88% -
HSV(B) 269.52º 0.25% 1% -
XYZ 67.33 60.61 102.76 -
YUV 208.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 223 192 255 0.13 0.25 0 0 269.52 1 0.88
Hex DF C0 FF D 19 0 0 10E 64 58
Octal 337 300 377 15 31 0 0 416 144 130
Binary 11011111 11000000 11111111 1101 11001 0 0 100001110 1100100 1011000

Color Harmonies of #DFC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC0FF

Black with #DFC0FF

Text Example


Text Example

White with #DFC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC0FF; }

 p { color: rgb(223,192,255); }

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

background-color css

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

 a { background-color: rgb(223,192,255); }

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

border-color css

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

 span { border-color: rgb(223,192,255); }

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