Html Css Color HEX #DFBCF3 Mauve

📋 copy color: '#DFBCF3'

red 223 ◦ green 188 ◦ blue 243

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

Shades of Mauve #DFBCF3

Tints of Mauve #DFBCF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.16%

R = 34.1%
G = 28.75%
B = 37.16%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DFBCF3 (or 0xDFBCF3) is known color: Mauve. HEX triplet: DF, BC and F3. RGB value is (223,188,243). Sum of RGB (Red+Green+Blue) = 223+188+243=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 188 (73.83% from 255 or 28.75% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFBCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBCF3 is #20430C. Grayscale: #CCCCCC. Windows color (decimal): -2114317 or 15973599. OLE color: 15973599.

HSL color Cylindrical-coordinate representation of color #DFBCF3: hue angle of 278.18º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFBCF3 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 188 243 -
CMYK 0.08 0.23 0 0.05
HSL 278.18º 0.7% 0.85% -
HSV(B) 278.18º 0.23% 0.95% -
XYZ 64.59 58.13 92.61 -
YUV 204.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 223 188 243 0.08 0.23 0 0.05 278.18 0.7 0.85
Hex DF BC F3 8 17 0 5 116 46 55
Octal 337 274 363 10 27 0 5 426 106 125
Binary 11011111 10111100 11110011 1000 10111 0 101 100010110 1000110 1010101

Color Harmonies of #DFBCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBCF3

Black with #DFBCF3

Text Example


Text Example

White with #DFBCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBCF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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