Html Css Color HEX #DDB4EB Mauve

📋 copy color: '#DDB4EB'

red 221 ◦ green 180 ◦ blue 235

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

Shades of Mauve #DDB4EB

Tints of Mauve #DDB4EB

RGB

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

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

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

R = 34.75%
G = 28.3%
B = 36.95%

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

#DDB4EB (or 0xDDB4EB) is known color: Mauve. HEX triplet: DD, B4 and EB. RGB value is (221,180,235). Sum of RGB (Red+Green+Blue) = 221+180+235=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 180 (70.70% from 255 or 28.30% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDB4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB4EB is #224B14. Grayscale: #C6C6C6. Windows color (decimal): -2247445 or 15447261. OLE color: 15447261.

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

Color convert

RGB 221 180 235 -
CMYK 0.06 0.23 0 0.08
HSL 284.73º 0.58% 0.81% -
HSV(B) 284.73º 0.23% 0.92% -
XYZ 61.14 54.01 85.8 -
YUV 198.53 148.58 144.03 -
System Red Green Blue C M Y K H S L
Decimal 221 180 235 0.06 0.23 0 0.08 284.73 0.58 0.81
Hex DD B4 EB 6 17 0 8 11D 3A 51
Octal 335 264 353 6 27 0 10 435 72 121
Binary 11011101 10110100 11101011 110 10111 0 1000 100011101 111010 1010001

Color Harmonies of #DDB4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB4EB

Black with #DDB4EB

Text Example


Text Example

White with #DDB4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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