Html Css Color HEX #DDB3F8 Mauve

📋 copy color: '#DDB3F8'

red 221 ◦ green 179 ◦ blue 248

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

Shades of Mauve #DDB3F8

Tints of Mauve #DDB3F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.27%

R = 34.1%
G = 27.62%
B = 38.27%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DDB3F8 (or 0xDDB3F8) is known color: Mauve. HEX triplet: DD, B3 and F8. RGB value is (221,179,248). Sum of RGB (Red+Green+Blue) = 221+179+248=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 179 (70.31% from 255 or 27.62% from 648); Blue value is 248 (97.27% from 255 or 38.27% from 648); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDB3F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB3F8 is #224C07. Grayscale: #C7C7C7. Windows color (decimal): -2247688 or 16298973. OLE color: 16298973.

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

Color convert

RGB 221 179 248 -
CMYK 0.11 0.28 0 0.03
HSL 276.52º 0.83% 0.84% -
HSV(B) 276.52º 0.28% 0.97% -
XYZ 62.88 54.39 95.99 -
YUV 199.42 155.41 143.39 -
System Red Green Blue C M Y K H S L
Decimal 221 179 248 0.11 0.28 0 0.03 276.52 0.83 0.84
Hex DD B3 F8 B 1C 0 3 115 53 54
Octal 335 263 370 13 34 0 3 425 123 124
Binary 11011101 10110011 11111000 1011 11100 0 11 100010101 1010011 1010100

Color Harmonies of #DDB3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB3F8

Black with #DDB3F8

Text Example


Text Example

White with #DDB3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB3F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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