Html Css Color HEX #DDB3EC Mauve

📋 copy color: '#DDB3EC'

red 221 ◦ green 179 ◦ blue 236

#DDB3EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #DDB3EC

Tints of Mauve #DDB3EC

RGB

 RED value IS 221 (86.72% from 255) = 34.75%

 GREEN value IS 179 (70.31% from 255) = 28.14%

 BLUE value IS 236 (92.58% from 255) = 37.11%

R = 34.75%
G = 28.14%
B = 37.11%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDB3EC (or 0xDDB3EC) is known color: Mauve. HEX triplet: DD, B3 and EC. RGB value is (221,179,236). Sum of RGB (Red+Green+Blue) = 221+179+236=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 179 (70.31% from 255 or 28.14% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDB3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB3EC is #224C13. Grayscale: #C5C5C5. Windows color (decimal): -2247700 or 15512541. OLE color: 15512541.

HSL color Cylindrical-coordinate representation of color #DDB3EC: hue angle of 284.21º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDB3EC is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 179 236 -
CMYK 0.06 0.24 0 0.07
HSL 284.21º 0.6% 0.81% -
HSV(B) 284.21º 0.24% 0.93% -
XYZ 61.08 53.67 86.5 -
YUV 198.06 149.41 144.37 -
System Red Green Blue C M Y K H S L
Decimal 221 179 236 0.06 0.24 0 0.07 284.21 0.6 0.81
Hex DD B3 EC 6 18 0 7 11C 3C 51
Octal 335 263 354 6 30 0 7 434 74 121
Binary 11011101 10110011 11101100 110 11000 0 111 100011100 111100 1010001

Color Harmonies of #DDB3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB3EC

Black with #DDB3EC

Text Example


Text Example

White with #DDB3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB3EC; }

 p { color: rgb(221,179,236); }

 H1.HeaderClassName
 {
   color: #DDB3EC;
 }
 .AnyTagClassName
 {
   color: #DDB3EC;
 }
</style>

background-color css

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

 a { background-color: rgb(221,179,236); }

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

border-color css

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

 span { border-color: rgb(221,179,236); }

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