#DDBEF3

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

Shades of Mauve #DDBEF3

Tints of Mauve #DDBEF3

Color information

#DDBEF3 (or 0xDDBEF3) is unknown color: approx Mauve. HEX triplet: DD, BE and F3. RGB value is (221,190,243). Sum of RGB (Red+Green+Blue) = 221+190+243=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 190 (74.61% from 255 or 29.05% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDBEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBEF3 is #22410C. Grayscale: #CDCDCD. Windows color (decimal): -2244877 or 15974109. OLE color: 15974109.

HSL color Cylindrical-coordinate representation of color #DDBEF3: hue angle of 275.09º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDBEF3 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221190243-
CMYK0.090.2200.05
HSL275.09º68.83%84.9%-
HSV(B)275.09º21.81%95.29%-
XYZ64.4158.6792.72-
YUV205.31149.27139.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 190 (74.61% from 255) = 29.05%
BLUE value IS 243 (95.31% from 255) = 37.16%
R=33.79%
G=29.05%
B=37.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211902430.090.2200.05275.0968.8384.9
HexDDBEF3916051134555
Octal335276363112605423105125
Binary110111011011111011110011100110110010110001001110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEF3; }

 p { color: rgb(221,190,243); }

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

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

 a { background-color: rgb(221,190,243); }

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

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

 span { border-color: rgb(221,190,243); }

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