Html Css Color HEX #DFB4FE Mauve

📋 copy color: '#DFB4FE'

red 223 ◦ green 180 ◦ blue 254

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

Shades of Mauve #DFB4FE

Tints of Mauve #DFB4FE

RGB

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

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

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

R = 33.94%
G = 27.4%
B = 38.66%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DFB4FE (or 0xDFB4FE) is known color: Mauve. HEX triplet: DF, B4 and FE. RGB value is (223,180,254). Sum of RGB (Red+Green+Blue) = 223+180+254=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 180 (70.70% from 255 or 27.40% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFB4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB4FE is #204B01. Grayscale: #C9C9C9. Windows color (decimal): -2116354 or 16692447. OLE color: 16692447.

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

Color convert

RGB 223 180 254 -
CMYK 0.12 0.29 0 0.00
HSL 274.86º 0.97% 0.85% -
HSV(B) 274.86º 0.29% 1% -
XYZ 64.64 55.49 101.07 -
YUV 201.29 157.75 143.48 -
System Red Green Blue C M Y K H S L
Decimal 223 180 254 0.12 0.29 0 0.00 274.86 0.97 0.85
Hex DF B4 FE C 1D 0 0 113 61 55
Octal 337 264 376 14 35 0 0 423 141 125
Binary 11011111 10110100 11111110 1100 11101 0 0 100010011 1100001 1010101

Color Harmonies of #DFB4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB4FE

Black with #DFB4FE

Text Example


Text Example

White with #DFB4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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