Html Css Color HEX #DFBCF1 Mauve

📋 copy color: '#DFBCF1'

red 223 ◦ green 188 ◦ blue 241

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

Shades of Mauve #DFBCF1

Tints of Mauve #DFBCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.96%

R = 34.2%
G = 28.83%
B = 36.96%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DFBCF1 (or 0xDFBCF1) is known color: Mauve. HEX triplet: DF, BC and F1. RGB value is (223,188,241). Sum of RGB (Red+Green+Blue) = 223+188+241=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFBCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBCF1 is #20430E. Grayscale: #CCCCCC. Windows color (decimal): -2114319 or 15842527. OLE color: 15842527.

HSL color Cylindrical-coordinate representation of color #DFBCF1: hue angle of 279.62º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFBCF1 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 188 241 -
CMYK 0.07 0.22 0 0.05
HSL 279.62º 0.65% 0.84% -
HSV(B) 279.62º 0.22% 0.95% -
XYZ 64.29 58.01 91.03 -
YUV 204.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 223 188 241 0.07 0.22 0 0.05 279.62 0.65 0.84
Hex DF BC F1 7 16 0 5 118 41 54
Octal 337 274 361 7 26 0 5 430 101 124
Binary 11011111 10111100 11110001 111 10110 0 101 100011000 1000001 1010100

Color Harmonies of #DFBCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBCF1

Black with #DFBCF1

Text Example


Text Example

White with #DFBCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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