Html Css Color HEX #DCB3F2 Mauve

📋 copy color: '#DCB3F2'

red 220 ◦ green 179 ◦ blue 242

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

Shades of Mauve #DCB3F2

Tints of Mauve #DCB3F2

RGB

 RED value IS 220 (86.33% from 255) = 34.32%

 GREEN value IS 179 (70.31% from 255) = 27.93%

 BLUE value IS 242 (94.92% from 255) = 37.75%

R = 34.32%
G = 27.93%
B = 37.75%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DCB3F2 (or 0xDCB3F2) is known color: Mauve. HEX triplet: DC, B3 and F2. RGB value is (220,179,242). Sum of RGB (Red+Green+Blue) = 220+179+242=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 179 (70.31% from 255 or 27.93% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCB3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB3F2 is #234C0D. Grayscale: #C6C6C6. Windows color (decimal): -2313230 or 15905756. OLE color: 15905756.

HSL color Cylindrical-coordinate representation of color #DCB3F2: hue angle of 279.05º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCB3F2 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 179 242 -
CMYK 0.09 0.26 0 0.05
HSL 279.05º 0.71% 0.83% -
HSV(B) 279.05º 0.26% 0.95% -
XYZ 61.66 53.87 91.15 -
YUV 198.44 152.58 143.38 -
System Red Green Blue C M Y K H S L
Decimal 220 179 242 0.09 0.26 0 0.05 279.05 0.71 0.83
Hex DC B3 F2 9 1A 0 5 117 47 53
Octal 334 263 362 11 32 0 5 427 107 123
Binary 11011100 10110011 11110010 1001 11010 0 101 100010111 1000111 1010011

Color Harmonies of #DCB3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB3F2

Black with #DCB3F2

Text Example


Text Example

White with #DCB3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB3F2; }

 p { color: rgb(220,179,242); }

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

background-color css

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

 a { background-color: rgb(220,179,242); }

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

border-color css

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

 span { border-color: rgb(220,179,242); }

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