Html Css Color HEX #DFB1FE Mauve

📋 copy color: '#DFB1FE'

red 223 ◦ green 177 ◦ blue 254

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

Shades of Mauve #DFB1FE

Tints of Mauve #DFB1FE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.06%

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

R = 34.1%
G = 27.06%
B = 38.84%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DFB1FE (or 0xDFB1FE) is known color: Mauve. HEX triplet: DF, B1 and FE. RGB value is (223,177,254). Sum of RGB (Red+Green+Blue) = 223+177+254=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 177 (69.53% from 255 or 27.06% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFB1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB1FE is #204E01. Grayscale: #C7C7C7. Windows color (decimal): -2117122 or 16691679. OLE color: 16691679.

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

Color convert

RGB 223 177 254 -
CMYK 0.12 0.30 0 0.00
HSL 275.84º 0.97% 0.85% -
HSV(B) 275.84º 0.3% 1% -
XYZ 64.04 54.29 100.87 -
YUV 199.53 158.74 144.74 -
System Red Green Blue C M Y K H S L
Decimal 223 177 254 0.12 0.30 0 0.00 275.84 0.97 0.85
Hex DF B1 FE C 1E 0 0 114 61 55
Octal 337 261 376 14 36 0 0 424 141 125
Binary 11011111 10110001 11111110 1100 11110 0 0 100010100 1100001 1010101

Color Harmonies of #DFB1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB1FE

Black with #DFB1FE

Text Example


Text Example

White with #DFB1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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