Html Css Color HEX #DFBCFE Mauve

📋 copy color: '#DFBCFE'

red 223 ◦ green 188 ◦ blue 254

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

Shades of Mauve #DFBCFE

Tints of Mauve #DFBCFE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.27%

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

R = 33.53%
G = 28.27%
B = 38.2%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DFBCFE (or 0xDFBCFE) is known color: Mauve. HEX triplet: DF, BC and FE. RGB value is (223,188,254). Sum of RGB (Red+Green+Blue) = 223+188+254=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 188 (73.83% from 255 or 28.27% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFBCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBCFE is #204301. Grayscale: #CDCDCD. Windows color (decimal): -2114306 or 16694495. OLE color: 16694495.

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

Color convert

RGB 223 188 254 -
CMYK 0.12 0.26 0 0.00
HSL 271.82º 0.97% 0.87% -
HSV(B) 271.82º 0.26% 1% -
XYZ 66.3 58.81 101.62 -
YUV 205.99 155.1 140.13 -
System Red Green Blue C M Y K H S L
Decimal 223 188 254 0.12 0.26 0 0.00 271.82 0.97 0.87
Hex DF BC FE C 1A 0 0 110 61 57
Octal 337 274 376 14 32 0 0 420 141 127
Binary 11011111 10111100 11111110 1100 11010 0 0 100010000 1100001 1010111

Color Harmonies of #DFBCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBCFE

Black with #DFBCFE

Text Example


Text Example

White with #DFBCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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