Html Css Color HEX #DDB3F1 Mauve

📋 copy color: '#DDB3F1'

red 221 ◦ green 179 ◦ blue 241

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

Shades of Mauve #DDB3F1

Tints of Mauve #DDB3F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.6%

R = 34.48%
G = 27.93%
B = 37.6%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDB3F1 (or 0xDDB3F1) is known color: Mauve. HEX triplet: DD, B3 and F1. RGB value is (221,179,241). Sum of RGB (Red+Green+Blue) = 221+179+241=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 179 (70.31% from 255 or 27.93% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDB3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB3F1 is #224C0E. Grayscale: #C6C6C6. Windows color (decimal): -2247695 or 15840221. OLE color: 15840221.

HSL color Cylindrical-coordinate representation of color #DDB3F1: hue angle of 280.65º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDB3F1 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 179 241 -
CMYK 0.08 0.26 0 0.05
HSL 280.65º 0.69% 0.82% -
HSV(B) 280.65º 0.26% 0.95% -
XYZ 61.82 53.96 90.38 -
YUV 198.63 151.91 143.96 -
System Red Green Blue C M Y K H S L
Decimal 221 179 241 0.08 0.26 0 0.05 280.65 0.69 0.82
Hex DD B3 F1 8 1A 0 5 119 45 52
Octal 335 263 361 10 32 0 5 431 105 122
Binary 11011101 10110011 11110001 1000 11010 0 101 100011001 1000101 1010010

Color Harmonies of #DDB3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB3F1

Black with #DDB3F1

Text Example


Text Example

White with #DDB3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB3F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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