Html Css Color HEX #DCB2F9 Mauve

📋 copy color: '#DCB2F9'

red 220 ◦ green 178 ◦ blue 249

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

Shades of Mauve #DCB2F9

Tints of Mauve #DCB2F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.49%

R = 34%
G = 27.51%
B = 38.49%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCB2F9 (or 0xDCB2F9) is known color: Mauve. HEX triplet: DC, B2 and F9. RGB value is (220,178,249). Sum of RGB (Red+Green+Blue) = 220+178+249=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 178 (69.92% from 255 or 27.51% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCB2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB2F9 is #234D06. Grayscale: #C6C6C6. Windows color (decimal): -2313479 or 16364252. OLE color: 16364252.

HSL color Cylindrical-coordinate representation of color #DCB2F9: hue angle of 275.49º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCB2F9 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 178 249 -
CMYK 0.12 0.29 0 0.02
HSL 275.49º 0.86% 0.84% -
HSV(B) 275.49º 0.29% 0.98% -
XYZ 62.53 53.9 96.73 -
YUV 198.65 156.41 143.23 -
System Red Green Blue C M Y K H S L
Decimal 220 178 249 0.12 0.29 0 0.02 275.49 0.86 0.84
Hex DC B2 F9 C 1D 0 2 113 56 54
Octal 334 262 371 14 35 0 2 423 126 124
Binary 11011100 10110010 11111001 1100 11101 0 10 100010011 1010110 1010100

Color Harmonies of #DCB2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB2F9

Black with #DCB2F9

Text Example


Text Example

White with #DCB2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB2F9; }

 p { color: rgb(220,178,249); }

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

background-color css

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

 a { background-color: rgb(220,178,249); }

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

border-color css

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

 span { border-color: rgb(220,178,249); }

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