#DDB2FB

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

Shades of Mauve #DDB2FB

Tints of Mauve #DDB2FB

Color information

#DDB2FB (or 0xDDB2FB) is unknown color: approx Mauve. HEX triplet: DD, B2 and FB. RGB value is (221,178,251). Sum of RGB (Red+Green+Blue) = 221+178+251=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 178 (69.92% from 255 or 27.38% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDB2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB2FB is #224D04. Grayscale: #C6C6C6. Windows color (decimal): -2247941 or 16495325. OLE color: 16495325.

HSL color Cylindrical-coordinate representation of color #DDB2FB: hue angle of 275.34º degrees, saturation: 0.9, 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 #DDB2FB is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221178251-
CMYK0.120.2900.02
HSL275.34º90.12%84.12%-
HSV(B)275.34º29.08%98.43%-
XYZ63.1554.1898.4-
YUV199.18157.25143.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34%
GREEN value IS 178 (69.92% from 255) = 27.38%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=34%
G=27.38%
B=38.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211782510.120.2900.02275.3490.1284.12
HexDDB2FBC1D021135a54
Octal335262373143502423132124
Binary11011101101100101111101111001110101010001001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB2FB; }

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

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

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

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

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

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

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

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