Html Css Color HEX #DFBCF5 Mauve

📋 copy color: '#DFBCF5'

red 223 ◦ green 188 ◦ blue 245

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

Shades of Mauve #DFBCF5

Tints of Mauve #DFBCF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.35%

R = 33.99%
G = 28.66%
B = 37.35%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DFBCF5 (or 0xDFBCF5) is known color: Mauve. HEX triplet: DF, BC and F5. RGB value is (223,188,245). Sum of RGB (Red+Green+Blue) = 223+188+245=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 245 (96.09% from 255 or 37.35% from 656); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFBCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBCF5 is #20430A. Grayscale: #CCCCCC. Windows color (decimal): -2114315 or 16104671. OLE color: 16104671.

HSL color Cylindrical-coordinate representation of color #DFBCF5: hue angle of 276.84º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFBCF5 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 223 188 245 -
CMYK 0.09 0.23 0 0.04
HSL 276.84º 0.74% 0.85% -
HSV(B) 276.84º 0.23% 0.96% -
XYZ 64.9 58.25 94.21 -
YUV 204.96 150.6 140.87 -
System Red Green Blue C M Y K H S L
Decimal 223 188 245 0.09 0.23 0 0.04 276.84 0.74 0.85
Hex DF BC F5 9 17 0 4 115 4A 55
Octal 337 274 365 11 27 0 4 425 112 125
Binary 11011111 10111100 11110101 1001 10111 0 100 100010101 1001010 1010101

Color Harmonies of #DFBCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBCF5

Black with #DFBCF5

Text Example


Text Example

White with #DFBCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBCF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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