Html Css Color HEX #DDB4F1 Mauve

📋 copy color: '#DDB4F1'

red 221 ◦ green 180 ◦ blue 241

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

Shades of Mauve #DDB4F1

Tints of Mauve #DDB4F1

RGB

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

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

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

R = 34.42%
G = 28.04%
B = 37.54%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDB4F1 (or 0xDDB4F1) is known color: Mauve. HEX triplet: DD, B4 and F1. RGB value is (221,180,241). Sum of RGB (Red+Green+Blue) = 221+180+241=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 180 (70.70% from 255 or 28.04% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDB4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB4F1 is #224B0E. Grayscale: #C7C7C7. Windows color (decimal): -2247439 or 15840477. OLE color: 15840477.

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

Color convert

RGB 221 180 241 -
CMYK 0.08 0.25 0 0.05
HSL 280.33º 0.69% 0.83% -
HSV(B) 280.33º 0.25% 0.95% -
XYZ 62.02 54.37 90.44 -
YUV 199.21 151.58 143.54 -
System Red Green Blue C M Y K H S L
Decimal 221 180 241 0.08 0.25 0 0.05 280.33 0.69 0.83
Hex DD B4 F1 8 19 0 5 118 45 53
Octal 335 264 361 10 31 0 5 430 105 123
Binary 11011101 10110100 11110001 1000 11001 0 101 100011000 1000101 1010011

Color Harmonies of #DDB4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB4F1

Black with #DDB4F1

Text Example


Text Example

White with #DDB4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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