Html Css Color HEX #DFB6FC Mauve

📋 copy color: '#DFB6FC'

red 223 ◦ green 182 ◦ blue 252

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

Shades of Mauve #DFB6FC

Tints of Mauve #DFB6FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.36%

R = 33.94%
G = 27.7%
B = 38.36%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFB6FC (or 0xDFB6FC) is known color: Mauve. HEX triplet: DF, B6 and FC. RGB value is (223,182,252). Sum of RGB (Red+Green+Blue) = 223+182+252=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 182 (71.48% from 255 or 27.70% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFB6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB6FC is #204903. Grayscale: #C9C9C9. Windows color (decimal): -2115844 or 16561887. OLE color: 16561887.

HSL color Cylindrical-coordinate representation of color #DFB6FC: hue angle of 275.14º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFB6FC is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 182 252 -
CMYK 0.12 0.28 0 0.01
HSL 275.14º 0.92% 0.85% -
HSV(B) 275.14º 0.28% 0.99% -
XYZ 64.73 56.17 99.53 -
YUV 202.24 156.08 142.81 -
System Red Green Blue C M Y K H S L
Decimal 223 182 252 0.12 0.28 0 0.01 275.14 0.92 0.85
Hex DF B6 FC C 1C 0 1 113 5C 55
Octal 337 266 374 14 34 0 1 423 134 125
Binary 11011111 10110110 11111100 1100 11100 0 1 100010011 1011100 1010101

Color Harmonies of #DFB6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB6FC

Black with #DFB6FC

Text Example


Text Example

White with #DFB6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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