Html Css Color HEX #D3B2FC Mauve

📋 copy color: '#D3B2FC'

red 211 ◦ green 178 ◦ blue 252

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

Shades of Mauve #D3B2FC

Tints of Mauve #D3B2FC

RGB

 RED value IS 211 (82.81% from 255) = 32.92%

 GREEN value IS 178 (69.92% from 255) = 27.77%

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

R = 32.92%
G = 27.77%
B = 39.31%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D3B2FC (or 0xD3B2FC) is known color: Mauve. HEX triplet: D3, B2 and FC. RGB value is (211,178,252). Sum of RGB (Red+Green+Blue) = 211+178+252=641 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.92% from 641); Green value is 178 (69.92% from 255 or 27.77% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #D3B2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3B2FC is #2C4D03. Grayscale: #C4C4C4. Windows color (decimal): -2903300 or 16560851. OLE color: 16560851.

HSL color Cylindrical-coordinate representation of color #D3B2FC: hue angle of 266.76º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3B2FC is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 178 252 -
CMYK 0.16 0.29 0 0.01
HSL 266.76º 0.93% 0.84% -
HSV(B) 266.76º 0.29% 0.99% -
XYZ 60.36 52.72 99.09 -
YUV 196.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 211 178 252 0.16 0.29 0 0.01 266.76 0.93 0.84
Hex D3 B2 FC 10 1D 0 1 10B 5C 54
Octal 323 262 374 20 35 0 1 413 134 124
Binary 11010011 10110010 11111100 10000 11101 0 1 100001011 1011100 1010100

Color Harmonies of #D3B2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B2FC

Black with #D3B2FC

Text Example


Text Example

White with #D3B2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B2FC; }

 p { color: rgb(211,178,252); }

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

background-color css

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

 a { background-color: rgb(211,178,252); }

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

border-color css

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

 span { border-color: rgb(211,178,252); }

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