Html Css Color HEX #DFBFFC Mauve

📋 copy color: '#DFBFFC'

red 223 ◦ green 191 ◦ blue 252

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

Shades of Mauve #DFBFFC

Tints of Mauve #DFBFFC

RGB

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

 GREEN value IS 191 (75% from 255) = 28.68%

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

R = 33.48%
G = 28.68%
B = 37.84%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFBFFC (or 0xDFBFFC) is known color: Mauve. HEX triplet: DF, BF and FC. RGB value is (223,191,252). Sum of RGB (Red+Green+Blue) = 223+191+252=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 191 (75% from 255 or 28.68% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFBFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFFC is #204003. Grayscale: #CFCFCF. Windows color (decimal): -2113540 or 16564191. OLE color: 16564191.

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

Color convert

RGB 223 191 252 -
CMYK 0.12 0.24 0 0.01
HSL 271.48º 0.91% 0.87% -
HSV(B) 271.48º 0.24% 0.99% -
XYZ 66.63 59.98 100.16 -
YUV 207.52 153.1 139.04 -
System Red Green Blue C M Y K H S L
Decimal 223 191 252 0.12 0.24 0 0.01 271.48 0.91 0.87
Hex DF BF FC C 18 0 1 10F 5B 57
Octal 337 277 374 14 30 0 1 417 133 127
Binary 11011111 10111111 11111100 1100 11000 0 1 100001111 1011011 1010111

Color Harmonies of #DFBFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBFFC

Black with #DFBFFC

Text Example


Text Example

White with #DFBFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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