Html Css Color HEX #DDB4EC Mauve

📋 copy color: '#DDB4EC'

red 221 ◦ green 180 ◦ blue 236

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

Shades of Mauve #DDB4EC

Tints of Mauve #DDB4EC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.26%

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

R = 34.69%
G = 28.26%
B = 37.05%

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

#DDB4EC (or 0xDDB4EC) is known color: Mauve. HEX triplet: DD, B4 and EC. RGB value is (221,180,236). Sum of RGB (Red+Green+Blue) = 221+180+236=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 180 (70.70% from 255 or 28.26% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDB4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB4EC is #224B13. Grayscale: #C6C6C6. Windows color (decimal): -2247444 or 15512797. OLE color: 15512797.

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

Color convert

RGB 221 180 236 -
CMYK 0.06 0.24 0 0.07
HSL 283.93º 0.6% 0.82% -
HSV(B) 283.93º 0.24% 0.93% -
XYZ 61.28 54.07 86.56 -
YUV 198.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 221 180 236 0.06 0.24 0 0.07 283.93 0.6 0.82
Hex DD B4 EC 6 18 0 7 11C 3C 52
Octal 335 264 354 6 30 0 7 434 74 122
Binary 11011101 10110100 11101100 110 11000 0 111 100011100 111100 1010010

Color Harmonies of #DDB4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB4EC

Black with #DDB4EC

Text Example


Text Example

White with #DDB4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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