Html Css Color HEX #DDB3F9 Mauve

📋 copy color: '#DDB3F9'

red 221 ◦ green 179 ◦ blue 249

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

Shades of Mauve #DDB3F9

Tints of Mauve #DDB3F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.37%

R = 34.05%
G = 27.58%
B = 38.37%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDB3F9 (or 0xDDB3F9) is known color: Mauve. HEX triplet: DD, B3 and F9. RGB value is (221,179,249). Sum of RGB (Red+Green+Blue) = 221+179+249=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 179 (70.31% from 255 or 27.58% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDB3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB3F9 is #224C06. Grayscale: #C7C7C7. Windows color (decimal): -2247687 or 16364509. OLE color: 16364509.

HSL color Cylindrical-coordinate representation of color #DDB3F9: hue angle of 276º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDB3F9 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 179 249 -
CMYK 0.11 0.28 0 0.02
HSL 276º 0.85% 0.84% -
HSV(B) 276º 0.28% 0.98% -
XYZ 63.04 54.45 96.81 -
YUV 199.54 155.91 143.31 -
System Red Green Blue C M Y K H S L
Decimal 221 179 249 0.11 0.28 0 0.02 276 0.85 0.84
Hex DD B3 F9 B 1C 0 2 114 55 54
Octal 335 263 371 13 34 0 2 424 125 124
Binary 11011101 10110011 11111001 1011 11100 0 10 100010100 1010101 1010100

Color Harmonies of #DDB3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB3F9

Black with #DDB3F9

Text Example


Text Example

White with #DDB3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB3F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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