Html Css Color HEX #DDB3EB Mauve

📋 copy color: '#DDB3EB'

red 221 ◦ green 179 ◦ blue 235

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

Shades of Mauve #DDB3EB

Tints of Mauve #DDB3EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.01%

R = 34.8%
G = 28.19%
B = 37.01%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDB3EB (or 0xDDB3EB) is known color: Mauve. HEX triplet: DD, B3 and EB. RGB value is (221,179,235). Sum of RGB (Red+Green+Blue) = 221+179+235=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 179 (70.31% from 255 or 28.19% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDB3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB3EB is #224C14. Grayscale: #C5C5C5. Windows color (decimal): -2247701 or 15447005. OLE color: 15447005.

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

Color convert

RGB 221 179 235 -
CMYK 0.06 0.24 0 0.08
HSL 285º 0.58% 0.81% -
HSV(B) 285º 0.24% 0.92% -
XYZ 60.93 53.61 85.73 -
YUV 197.94 148.91 144.45 -
System Red Green Blue C M Y K H S L
Decimal 221 179 235 0.06 0.24 0 0.08 285 0.58 0.81
Hex DD B3 EB 6 18 0 8 11D 3A 51
Octal 335 263 353 6 30 0 10 435 72 121
Binary 11011101 10110011 11101011 110 11000 0 1000 100011101 111010 1010001

Color Harmonies of #DDB3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB3EB

Black with #DDB3EB

Text Example


Text Example

White with #DDB3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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