Html Css Color HEX #DCB4FC Mauve

📋 copy color: '#DCB4FC'

red 220 ◦ green 180 ◦ blue 252

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

Shades of Mauve #DCB4FC

Tints of Mauve #DCB4FC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.61%

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

R = 33.74%
G = 27.61%
B = 38.65%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DCB4FC (or 0xDCB4FC) is known color: Mauve. HEX triplet: DC, B4 and FC. RGB value is (220,180,252). Sum of RGB (Red+Green+Blue) = 220+180+252=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 180 (70.70% from 255 or 27.61% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCB4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB4FC is #234B03. Grayscale: #C7C7C7. Windows color (decimal): -2312964 or 16561372. OLE color: 16561372.

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

Color convert

RGB 220 180 252 -
CMYK 0.13 0.29 0 0.01
HSL 273.33º 0.92% 0.85% -
HSV(B) 273.33º 0.29% 0.99% -
XYZ 63.41 54.89 99.35 -
YUV 200.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 220 180 252 0.13 0.29 0 0.01 273.33 0.92 0.85
Hex DC B4 FC D 1D 0 1 111 5C 55
Octal 334 264 374 15 35 0 1 421 134 125
Binary 11011100 10110100 11111100 1101 11101 0 1 100010001 1011100 1010101

Color Harmonies of #DCB4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB4FC

Black with #DCB4FC

Text Example


Text Example

White with #DCB4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB4FC; }

 p { color: rgb(220,180,252); }

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

background-color css

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

 a { background-color: rgb(220,180,252); }

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

border-color css

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

 span { border-color: rgb(220,180,252); }

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