Html Css Color HEX #DFB8F6 Mauve

📋 copy color: '#DFB8F6'

red 223 ◦ green 184 ◦ blue 246

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

Shades of Mauve #DFB8F6

Tints of Mauve #DFB8F6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.18%

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

R = 34.15%
G = 28.18%
B = 37.67%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DFB8F6 (or 0xDFB8F6) is known color: Mauve. HEX triplet: DF, B8 and F6. RGB value is (223,184,246). Sum of RGB (Red+Green+Blue) = 223+184+246=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 184 (72.27% from 255 or 28.18% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFB8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB8F6 is #204709. Grayscale: #CACACA. Windows color (decimal): -2115338 or 16169183. OLE color: 16169183.

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

Color convert

RGB 223 184 246 -
CMYK 0.09 0.25 0 0.04
HSL 277.74º 0.78% 0.84% -
HSV(B) 277.74º 0.25% 0.96% -
XYZ 64.21 56.62 94.73 -
YUV 202.73 152.42 142.46 -
System Red Green Blue C M Y K H S L
Decimal 223 184 246 0.09 0.25 0 0.04 277.74 0.78 0.84
Hex DF B8 F6 9 19 0 4 116 4E 54
Octal 337 270 366 11 31 0 4 426 116 124
Binary 11011111 10111000 11110110 1001 11001 0 100 100010110 1001110 1010100

Color Harmonies of #DFB8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB8F6

Black with #DFB8F6

Text Example


Text Example

White with #DFB8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB8F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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