Html Css Color HEX #DFC3FC Mauve

📋 copy color: '#DFC3FC'

red 223 ◦ green 195 ◦ blue 252

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

Shades of Mauve #DFC3FC

Tints of Mauve #DFC3FC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.1%

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

R = 33.28%
G = 29.1%
B = 37.61%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFC3FC (or 0xDFC3FC) is known color: Mauve. HEX triplet: DF, C3 and FC. RGB value is (223,195,252). Sum of RGB (Red+Green+Blue) = 223+195+252=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 195 (76.56% from 255 or 29.10% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFC3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC3FC is #203C03. Grayscale: #D1D1D1. Windows color (decimal): -2112516 or 16565215. OLE color: 16565215.

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

Color convert

RGB 223 195 252 -
CMYK 0.12 0.23 0 0.01
HSL 269.47º 0.9% 0.88% -
HSV(B) 269.47º 0.23% 0.99% -
XYZ 67.52 61.75 100.46 -
YUV 209.87 151.78 137.37 -
System Red Green Blue C M Y K H S L
Decimal 223 195 252 0.12 0.23 0 0.01 269.47 0.9 0.88
Hex DF C3 FC C 17 0 1 10D 5A 58
Octal 337 303 374 14 27 0 1 415 132 130
Binary 11011111 11000011 11111100 1100 10111 0 1 100001101 1011010 1011000

Color Harmonies of #DFC3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC3FC

Black with #DFC3FC

Text Example


Text Example

White with #DFC3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC3FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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