Html Css Color HEX #DDB5EA Mauve

📋 copy color: '#DDB5EA'

red 221 ◦ green 181 ◦ blue 234

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

Shades of Mauve #DDB5EA

Tints of Mauve #DDB5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.79%

R = 34.75%
G = 28.46%
B = 36.79%

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

#DDB5EA (or 0xDDB5EA) is known color: Mauve. HEX triplet: DD, B5 and EA. RGB value is (221,181,234). Sum of RGB (Red+Green+Blue) = 221+181+234=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDB5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB5EA is #224A15. Grayscale: #C6C6C6. Windows color (decimal): -2247190 or 15381981. OLE color: 15381981.

HSL color Cylindrical-coordinate representation of color #DDB5EA: hue angle of 285.28º degrees, saturation: 0.56, 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 #DDB5EA is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 181 234 -
CMYK 0.06 0.23 0 0.08
HSL 285.28º 0.56% 0.81% -
HSV(B) 285.28º 0.23% 0.92% -
XYZ 61.19 54.36 85.11 -
YUV 199 147.75 143.69 -
System Red Green Blue C M Y K H S L
Decimal 221 181 234 0.06 0.23 0 0.08 285.28 0.56 0.81
Hex DD B5 EA 6 17 0 8 11D 38 51
Octal 335 265 352 6 27 0 10 435 70 121
Binary 11011101 10110101 11101010 110 10111 0 1000 100011101 111000 1010001

Color Harmonies of #DDB5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB5EA

Black with #DDB5EA

Text Example


Text Example

White with #DDB5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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