#DFBCED

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

Shades of Mauve #DFBCED

Tints of Mauve #DFBCED

Color information

#DFBCED (or 0xDFBCED) is unknown color: approx Mauve. HEX triplet: DF, BC and ED. RGB value is (223,188,237). Sum of RGB (Red+Green+Blue) = 223+188+237=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFBCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBCED is #204312. Grayscale: #CBCBCB. Windows color (decimal): -2114323 or 15580383. OLE color: 15580383.

HSL color Cylindrical-coordinate representation of color #DFBCED: hue angle of 282.86º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFBCED is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223188237-
CMYK0.060.2100.07
HSL282.86º57.65%83.33%-
HSV(B)282.86º20.68%92.94%-
XYZ63.757.7787.91-
YUV204.05146.6141.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.41%
GREEN value IS 188 (73.83% from 255) = 29.01%
BLUE value IS 237 (92.97% from 255) = 36.57%
R=34.41%
G=29.01%
B=36.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231882370.060.2100.07282.8657.6583.33
HexDFBCED6150711b3a53
Octal3372743556250743372123
Binary1101111110111100111011011101010101111000110111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCED; }

 p { color: rgb(223,188,237); }

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

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

 a { background-color: rgb(223,188,237); }

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

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

 span { border-color: rgb(223,188,237); }

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