Html Css Color HEX #DFBCFC Mauve

📋 copy color: '#DFBCFC'

red 223 ◦ green 188 ◦ blue 252

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

Shades of Mauve #DFBCFC

Tints of Mauve #DFBCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.01%

R = 33.63%
G = 28.36%
B = 38.01%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFBCFC (or 0xDFBCFC) is known color: Mauve. HEX triplet: DF, BC and FC. RGB value is (223,188,252). Sum of RGB (Red+Green+Blue) = 223+188+252=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 188 (73.83% from 255 or 28.36% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFBCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBCFC is #204303. Grayscale: #CDCDCD. Windows color (decimal): -2114308 or 16563423. OLE color: 16563423.

HSL color Cylindrical-coordinate representation of color #DFBCFC: hue angle of 272.81º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFBCFC is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 188 252 -
CMYK 0.12 0.25 0 0.01
HSL 272.81º 0.91% 0.86% -
HSV(B) 272.81º 0.25% 0.99% -
XYZ 65.99 58.68 99.94 -
YUV 205.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 223 188 252 0.12 0.25 0 0.01 272.81 0.91 0.86
Hex DF BC FC C 19 0 1 111 5B 56
Octal 337 274 374 14 31 0 1 421 133 126
Binary 11011111 10111100 11111100 1100 11001 0 1 100010001 1011011 1010110

Color Harmonies of #DFBCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBCFC

Black with #DFBCFC

Text Example


Text Example

White with #DFBCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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