Html Css Color HEX #DDB5EC Mauve

📋 copy color: '#DDB5EC'

red 221 ◦ green 181 ◦ blue 236

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

Shades of Mauve #DDB5EC

Tints of Mauve #DDB5EC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.37%

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

R = 34.64%
G = 28.37%
B = 36.99%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDB5EC (or 0xDDB5EC) is known color: Mauve. HEX triplet: DD, B5 and EC. RGB value is (221,181,236). Sum of RGB (Red+Green+Blue) = 221+181+236=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 181 (71.09% from 255 or 28.37% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDB5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB5EC is #224A13. Grayscale: #C7C7C7. Windows color (decimal): -2247188 or 15513053. OLE color: 15513053.

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

Color convert

RGB 221 181 236 -
CMYK 0.06 0.23 0 0.07
HSL 283.64º 0.59% 0.82% -
HSV(B) 283.64º 0.23% 0.93% -
XYZ 61.48 54.48 86.63 -
YUV 199.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 221 181 236 0.06 0.23 0 0.07 283.64 0.59 0.82
Hex DD B5 EC 6 17 0 7 11C 3B 52
Octal 335 265 354 6 27 0 7 434 73 122
Binary 11011101 10110101 11101100 110 10111 0 111 100011100 111011 1010010

Color Harmonies of #DDB5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB5EC

Black with #DDB5EC

Text Example


Text Example

White with #DDB5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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