Html Css Color HEX #DFB8FE Mauve

📋 copy color: '#DFB8FE'

red 223 ◦ green 184 ◦ blue 254

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

Shades of Mauve #DFB8FE

Tints of Mauve #DFB8FE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 27.84%

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

R = 33.74%
G = 27.84%
B = 38.43%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DFB8FE (or 0xDFB8FE) is known color: Mauve. HEX triplet: DF, B8 and FE. RGB value is (223,184,254). Sum of RGB (Red+Green+Blue) = 223+184+254=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 184 (72.27% from 255 or 27.84% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFB8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB8FE is #204701. Grayscale: #CBCBCB. Windows color (decimal): -2115330 or 16693471. OLE color: 16693471.

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

Color convert

RGB 223 184 254 -
CMYK 0.12 0.28 0 0.00
HSL 273.43º 0.97% 0.86% -
HSV(B) 273.43º 0.28% 1% -
XYZ 65.46 57.12 101.34 -
YUV 203.64 156.42 141.81 -
System Red Green Blue C M Y K H S L
Decimal 223 184 254 0.12 0.28 0 0.00 273.43 0.97 0.86
Hex DF B8 FE C 1C 0 0 111 61 56
Octal 337 270 376 14 34 0 0 421 141 126
Binary 11011111 10111000 11111110 1100 11100 0 0 100010001 1100001 1010110

Color Harmonies of #DFB8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB8FE

Black with #DFB8FE

Text Example


Text Example

White with #DFB8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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