Html Css Color HEX #DFB4EF Mauve

📋 copy color: '#DFB4EF'

red 223 ◦ green 180 ◦ blue 239

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

Shades of Mauve #DFB4EF

Tints of Mauve #DFB4EF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.04%

 BLUE value IS 239 (93.75% from 255) = 37.23%

R = 34.74%
G = 28.04%
B = 37.23%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DFB4EF (or 0xDFB4EF) is known color: Mauve. HEX triplet: DF, B4 and EF. RGB value is (223,180,239). Sum of RGB (Red+Green+Blue) = 223+180+239=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 180 (70.70% from 255 or 28.04% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFB4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB4EF is #204B10. Grayscale: #C7C7C7. Windows color (decimal): -2116369 or 15709407. OLE color: 15709407.

HSL color Cylindrical-coordinate representation of color #DFB4EF: hue angle of 283.73º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFB4EF is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 180 239 -
CMYK 0.07 0.25 0 0.06
HSL 283.73º 0.65% 0.82% -
HSV(B) 283.73º 0.25% 0.94% -
XYZ 62.33 54.56 88.91 -
YUV 199.58 150.25 144.7 -
System Red Green Blue C M Y K H S L
Decimal 223 180 239 0.07 0.25 0 0.06 283.73 0.65 0.82
Hex DF B4 EF 7 19 0 6 11C 41 52
Octal 337 264 357 7 31 0 6 434 101 122
Binary 11011111 10110100 11101111 111 11001 0 110 100011100 1000001 1010010

Color Harmonies of #DFB4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB4EF

Black with #DFB4EF

Text Example


Text Example

White with #DFB4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB4EF; }

 p { color: rgb(223,180,239); }

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

background-color css

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

 a { background-color: rgb(223,180,239); }

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

border-color css

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

 span { border-color: rgb(223,180,239); }

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