#DCBBFD

Color #DCBBFD Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #DCBBFD

Tints of Mauve #DCBBFD

Color information

#DCBBFD (or 0xDCBBFD) is unknown color: approx Mauve. HEX triplet: DC, BB and FD. RGB value is (220,187,253). Sum of RGB (Red+Green+Blue) = 220+187+253=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCBBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBBFD is #234402. Grayscale: #CCCCCC. Windows color (decimal): -2311171 or 16628700. OLE color: 16628700.

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

Color convert

RGB220187253-
CMYK0.130.2600.01
HSL270º94.29%86.27%-
HSV(B)270º26.09%99.22%-
XYZ65.0257.85100.67-
YUV204.39155.43139.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.33%
GREEN value IS 187 (73.44% from 255) = 28.33%
BLUE value IS 253 (99.22% from 255) = 38.33%
R=33.33%
G=28.33%
B=38.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201872530.130.2600.0127094.2986.27
HexDCBBFDD1A0110e5e56
Octal334273375153201416136126
Binary1101110010111011111111011101110100110000111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBFD; }

 p { color: rgb(220,187,253); }

 H1.HeaderClassName
 {
   color: #DCBBFD;
 }
 .AnyTagClassName
 {
   color: #DCBBFD;
 }
</style>
background-color css

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

 a { background-color: rgb(220,187,253); }

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

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

 span { border-color: rgb(220,187,253); }

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