Html Css Color HEX #DDB3F2 Mauve

📋 copy color: '#DDB3F2'

red 221 ◦ green 179 ◦ blue 242

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

Shades of Mauve #DDB3F2

Tints of Mauve #DDB3F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.69%

R = 34.42%
G = 27.88%
B = 37.69%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDB3F2 (or 0xDDB3F2) is known color: Mauve. HEX triplet: DD, B3 and F2. RGB value is (221,179,242). Sum of RGB (Red+Green+Blue) = 221+179+242=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 179 (70.31% from 255 or 27.88% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDB3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB3F2 is #224C0D. Grayscale: #C6C6C6. Windows color (decimal): -2247694 or 15905757. OLE color: 15905757.

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

Color convert

RGB 221 179 242 -
CMYK 0.09 0.26 0 0.05
HSL 280º 0.71% 0.83% -
HSV(B) 280º 0.26% 0.95% -
XYZ 61.97 54.02 91.17 -
YUV 198.74 152.41 143.88 -
System Red Green Blue C M Y K H S L
Decimal 221 179 242 0.09 0.26 0 0.05 280 0.71 0.83
Hex DD B3 F2 9 1A 0 5 118 47 53
Octal 335 263 362 11 32 0 5 430 107 123
Binary 11011101 10110011 11110010 1001 11010 0 101 100011000 1000111 1010011

Color Harmonies of #DDB3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB3F2

Black with #DDB3F2

Text Example


Text Example

White with #DDB3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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