Html Css Color HEX #DDB4E9 Mauve

📋 copy color: '#DDB4E9'

red 221 ◦ green 180 ◦ blue 233

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

Shades of Mauve #DDB4E9

Tints of Mauve #DDB4E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.75%

R = 34.86%
G = 28.39%
B = 36.75%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDB4E9 (or 0xDDB4E9) is known color: Mauve. HEX triplet: DD, B4 and E9. RGB value is (221,180,233). Sum of RGB (Red+Green+Blue) = 221+180+233=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 180 (70.70% from 255 or 28.39% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDB4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB4E9 is #224B16. Grayscale: #C6C6C6. Windows color (decimal): -2247447 or 15316189. OLE color: 15316189.

HSL color Cylindrical-coordinate representation of color #DDB4E9: hue angle of 286.42º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDB4E9 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 180 233 -
CMYK 0.05 0.23 0 0.09
HSL 286.42º 0.55% 0.81% -
HSV(B) 286.42º 0.23% 0.91% -
XYZ 60.85 53.9 84.29 -
YUV 198.3 147.58 144.19 -
System Red Green Blue C M Y K H S L
Decimal 221 180 233 0.05 0.23 0 0.09 286.42 0.55 0.81
Hex DD B4 E9 5 17 0 9 11E 37 51
Octal 335 264 351 5 27 0 11 436 67 121
Binary 11011101 10110100 11101001 101 10111 0 1001 100011110 110111 1010001

Color Harmonies of #DDB4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB4E9

Black with #DDB4E9

Text Example


Text Example

White with #DDB4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB4E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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