Html Css Color HEX #DFB6FE Mauve

📋 copy color: '#DFB6FE'

red 223 ◦ green 182 ◦ blue 254

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

Shades of Mauve #DFB6FE

Tints of Mauve #DFB6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.54%

R = 33.84%
G = 27.62%
B = 38.54%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DFB6FE (or 0xDFB6FE) is known color: Mauve. HEX triplet: DF, B6 and FE. RGB value is (223,182,254). Sum of RGB (Red+Green+Blue) = 223+182+254=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 182 (71.48% from 255 or 27.62% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFB6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB6FE is #204901. Grayscale: #CACACA. Windows color (decimal): -2115842 or 16692959. OLE color: 16692959.

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

Color convert

RGB 223 182 254 -
CMYK 0.12 0.28 0 0.00
HSL 274.17º 0.97% 0.85% -
HSV(B) 274.17º 0.28% 1% -
XYZ 65.05 56.3 101.2 -
YUV 202.47 157.08 142.65 -
System Red Green Blue C M Y K H S L
Decimal 223 182 254 0.12 0.28 0 0.00 274.17 0.97 0.85
Hex DF B6 FE C 1C 0 0 112 61 55
Octal 337 266 376 14 34 0 0 422 141 125
Binary 11011111 10110110 11111110 1100 11100 0 0 100010010 1100001 1010101

Color Harmonies of #DFB6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB6FE

Black with #DFB6FE

Text Example


Text Example

White with #DFB6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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