#DDBFFB

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

Shades of Mauve #DDBFFB

Tints of Mauve #DDBFFB

Color information

#DDBFFB (or 0xDDBFFB) is unknown color: approx Mauve. HEX triplet: DD, BF and FB. RGB value is (221,191,251). Sum of RGB (Red+Green+Blue) = 221+191+251=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDBFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBFFB is #224004. Grayscale: #CECECE. Windows color (decimal): -2244613 or 16498653. OLE color: 16498653.

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

Color convert

RGB221191251-
CMYK0.120.2400.02
HSL270º88.24%86.67%-
HSV(B)270º23.9%98.43%-
XYZ65.8659.699.3-
YUV206.81152.94138.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.33%
GREEN value IS 191 (75% from 255) = 28.81%
BLUE value IS 251 (98.44% from 255) = 37.86%
R=33.33%
G=28.81%
B=37.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211912510.120.2400.0227088.2486.67
HexDDBFFBC180210e5857
Octal335277373143002416130127
Binary11011101101111111111101111001100001010000111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBFFB; }

 p { color: rgb(221,191,251); }

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

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

 a { background-color: rgb(221,191,251); }

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

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

 span { border-color: rgb(221,191,251); }

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