Html Css Color HEX #DFB6F6 Mauve

📋 copy color: '#DFB6F6'

red 223 ◦ green 182 ◦ blue 246

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

Shades of Mauve #DFB6F6

Tints of Mauve #DFB6F6

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.96%

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

R = 34.25%
G = 27.96%
B = 37.79%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DFB6F6 (or 0xDFB6F6) is known color: Mauve. HEX triplet: DF, B6 and F6. RGB value is (223,182,246). Sum of RGB (Red+Green+Blue) = 223+182+246=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 182 (71.48% from 255 or 27.96% from 651); Blue value is 246 (96.48% from 255 or 37.79% from 651); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFB6F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB6F6 is #204909. Grayscale: #C9C9C9. Windows color (decimal): -2115850 or 16168671. OLE color: 16168671.

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

Color convert

RGB 223 182 246 -
CMYK 0.09 0.26 0 0.04
HSL 278.44º 0.78% 0.84% -
HSV(B) 278.44º 0.26% 0.96% -
XYZ 63.79 55.8 94.6 -
YUV 201.56 153.08 143.3 -
System Red Green Blue C M Y K H S L
Decimal 223 182 246 0.09 0.26 0 0.04 278.44 0.78 0.84
Hex DF B6 F6 9 1A 0 4 116 4E 54
Octal 337 266 366 11 32 0 4 426 116 124
Binary 11011111 10110110 11110110 1001 11010 0 100 100010110 1001110 1010100

Color Harmonies of #DFB6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB6F6

Black with #DFB6F6

Text Example


Text Example

White with #DFB6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB6F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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