#DDBBFD

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

Shades of Mauve #DDBBFD

Tints of Mauve #DDBBFD

Color information

#DDBBFD (or 0xDDBBFD) is unknown color: approx Mauve. HEX triplet: DD, BB and FD. RGB value is (221,187,253). Sum of RGB (Red+Green+Blue) = 221+187+253=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDBBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBBFD is #224402. Grayscale: #CCCCCC. Windows color (decimal): -2245635 or 16628701. OLE color: 16628701.

HSL color Cylindrical-coordinate representation of color #DDBBFD: hue angle of 270.91º 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 #DDBBFD is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221187253-
CMYK0.130.2600.01
HSL270.91º94.29%86.27%-
HSV(B)270.91º26.09%99.22%-
XYZ65.3258100.68-
YUV204.69155.26139.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.43%
GREEN value IS 187 (73.44% from 255) = 28.29%
BLUE value IS 253 (99.22% from 255) = 38.28%
R=33.43%
G=28.29%
B=38.28%

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
Decimal2211872530.130.2600.01270.9194.2986.27
HexDDBBFDD1A0110f5e56
Octal335273375153201417136126
Binary1101110110111011111111011101110100110000111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBFD; }

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

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

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

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

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

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

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

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