Html Css Color HEX #DDB6EB Mauve

📋 copy color: '#DDB6EB'

red 221 ◦ green 182 ◦ blue 235

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

Shades of Mauve #DDB6EB

Tints of Mauve #DDB6EB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.53%

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

R = 34.64%
G = 28.53%
B = 36.83%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDB6EB (or 0xDDB6EB) is known color: Mauve. HEX triplet: DD, B6 and EB. RGB value is (221,182,235). Sum of RGB (Red+Green+Blue) = 221+182+235=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 182 (71.48% from 255 or 28.53% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDB6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB6EB is #224914. Grayscale: #C7C7C7. Windows color (decimal): -2246933 or 15447773. OLE color: 15447773.

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

Color convert

RGB 221 182 235 -
CMYK 0.06 0.23 0 0.08
HSL 284.15º 0.57% 0.82% -
HSV(B) 284.15º 0.23% 0.92% -
XYZ 61.54 54.83 85.94 -
YUV 199.7 147.92 143.19 -
System Red Green Blue C M Y K H S L
Decimal 221 182 235 0.06 0.23 0 0.08 284.15 0.57 0.82
Hex DD B6 EB 6 17 0 8 11C 39 52
Octal 335 266 353 6 27 0 10 434 71 122
Binary 11011101 10110110 11101011 110 10111 0 1000 100011100 111001 1010010

Color Harmonies of #DDB6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB6EB

Black with #DDB6EB

Text Example


Text Example

White with #DDB6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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