#DDBEEF

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

Shades of Mauve #DDBEEF

Tints of Mauve #DDBEEF

Color information

#DDBEEF (or 0xDDBEEF) is unknown color: approx Mauve. HEX triplet: DD, BE and EF. RGB value is (221,190,239). Sum of RGB (Red+Green+Blue) = 221+190+239=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDBEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBEEF is #224110. Grayscale: #CCCCCC. Windows color (decimal): -2244881 or 15711965. OLE color: 15711965.

HSL color Cylindrical-coordinate representation of color #DDBEEF: hue angle of 277.96º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDBEEF is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB221190239-
CMYK0.080.2100.06
HSL277.96º60.49%84.12%-
HSV(B)277.96º20.5%93.73%-
XYZ63.8158.4389.58-
YUV204.86147.27139.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34%
GREEN value IS 190 (74.61% from 255) = 29.23%
BLUE value IS 239 (93.75% from 255) = 36.77%
R=34%
G=29.23%
B=36.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2211902390.080.2100.06277.9660.4984.12
HexDDBEEF815061163c54
Octal33527635710250642674124
Binary11011101101111101110111110001010101101000101101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEEF; }

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

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

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

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

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

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

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

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