Html Css Color HEX #DFBCFB Mauve

📋 copy color: '#DFBCFB'

red 223 ◦ green 188 ◦ blue 251

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

Shades of Mauve #DFBCFB

Tints of Mauve #DFBCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.92%

R = 33.69%
G = 28.4%
B = 37.92%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFBCFB (or 0xDFBCFB) is known color: Mauve. HEX triplet: DF, BC and FB. RGB value is (223,188,251). Sum of RGB (Red+Green+Blue) = 223+188+251=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFBCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBCFB is #204304. Grayscale: #CDCDCD. Windows color (decimal): -2114309 or 16497887. OLE color: 16497887.

HSL color Cylindrical-coordinate representation of color #DFBCFB: hue angle of 273.33º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFBCFB is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 188 251 -
CMYK 0.11 0.25 0 0.02
HSL 273.33º 0.89% 0.86% -
HSV(B) 273.33º 0.25% 0.98% -
XYZ 65.83 58.62 99.11 -
YUV 205.65 153.6 140.38 -
System Red Green Blue C M Y K H S L
Decimal 223 188 251 0.11 0.25 0 0.02 273.33 0.89 0.86
Hex DF BC FB B 19 0 2 111 59 56
Octal 337 274 373 13 31 0 2 421 131 126
Binary 11011111 10111100 11111011 1011 11001 0 10 100010001 1011001 1010110

Color Harmonies of #DFBCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBCFB

Black with #DFBCFB

Text Example


Text Example

White with #DFBCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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