Html Css Color HEX #DFB3FC Mauve

📋 copy color: '#DFB3FC'

red 223 ◦ green 179 ◦ blue 252

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

Shades of Mauve #DFB3FC

Tints of Mauve #DFB3FC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.37%

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

R = 34.1%
G = 27.37%
B = 38.53%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFB3FC (or 0xDFB3FC) is known color: Mauve. HEX triplet: DF, B3 and FC. RGB value is (223,179,252). Sum of RGB (Red+Green+Blue) = 223+179+252=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 179 (70.31% from 255 or 27.37% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFB3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB3FC is #204C03. Grayscale: #C8C8C8. Windows color (decimal): -2116612 or 16561119. OLE color: 16561119.

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

Color convert

RGB 223 179 252 -
CMYK 0.12 0.29 0 0.01
HSL 276.16º 0.92% 0.85% -
HSV(B) 276.16º 0.29% 0.99% -
XYZ 64.12 54.96 99.32 -
YUV 200.48 157.08 144.06 -
System Red Green Blue C M Y K H S L
Decimal 223 179 252 0.12 0.29 0 0.01 276.16 0.92 0.85
Hex DF B3 FC C 1D 0 1 114 5C 55
Octal 337 263 374 14 35 0 1 424 134 125
Binary 11011111 10110011 11111100 1100 11101 0 1 100010100 1011100 1010101

Color Harmonies of #DFB3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB3FC

Black with #DFB3FC

Text Example


Text Example

White with #DFB3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB3FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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