Html Css Color HEX #DFB3EB Mauve

📋 copy color: '#DFB3EB'

red 223 ◦ green 179 ◦ blue 235

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

Shades of Mauve #DFB3EB

Tints of Mauve #DFB3EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.89%

R = 35.01%
G = 28.1%
B = 36.89%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFB3EB (or 0xDFB3EB) is known color: Mauve. HEX triplet: DF, B3 and EB. RGB value is (223,179,235). Sum of RGB (Red+Green+Blue) = 223+179+235=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 179 (70.31% from 255 or 28.10% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFB3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB3EB is #204C14. Grayscale: #C6C6C6. Windows color (decimal): -2116629 or 15447007. OLE color: 15447007.

HSL color Cylindrical-coordinate representation of color #DFB3EB: hue angle of 287.14º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFB3EB is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 179 235 -
CMYK 0.05 0.24 0 0.08
HSL 287.14º 0.58% 0.81% -
HSV(B) 287.14º 0.24% 0.92% -
XYZ 61.55 53.93 85.76 -
YUV 198.54 148.58 145.45 -
System Red Green Blue C M Y K H S L
Decimal 223 179 235 0.05 0.24 0 0.08 287.14 0.58 0.81
Hex DF B3 EB 5 18 0 8 11F 3A 51
Octal 337 263 353 5 30 0 10 437 72 121
Binary 11011111 10110011 11101011 101 11000 0 1000 100011111 111010 1010001

Color Harmonies of #DFB3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB3EB

Black with #DFB3EB

Text Example


Text Example

White with #DFB3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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