Html Css Color HEX #DDA8F8 Mauve

📋 copy color: '#DDA8F8'

red 221 ◦ green 168 ◦ blue 248

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

Shades of Mauve #DDA8F8

Tints of Mauve #DDA8F8

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.37%

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

R = 34.69%
G = 26.37%
B = 38.93%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DDA8F8 (or 0xDDA8F8) is known color: Mauve. HEX triplet: DD, A8 and F8. RGB value is (221,168,248). Sum of RGB (Red+Green+Blue) = 221+168+248=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 168 (66.02% from 255 or 26.37% from 637); Blue value is 248 (97.27% from 255 or 38.93% from 637); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDA8F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA8F8 is #225707. Grayscale: #C0C0C0. Windows color (decimal): -2250504 or 16296157. OLE color: 16296157.

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

Color convert

RGB 221 168 248 -
CMYK 0.11 0.32 0 0.03
HSL 279.75º 0.85% 0.82% -
HSV(B) 279.75º 0.32% 0.97% -
XYZ 60.76 50.15 95.29 -
YUV 192.97 159.06 148 -
System Red Green Blue C M Y K H S L
Decimal 221 168 248 0.11 0.32 0 0.03 279.75 0.85 0.82
Hex DD A8 F8 B 20 0 3 118 55 52
Octal 335 250 370 13 40 0 3 430 125 122
Binary 11011101 10101000 11111000 1011 100000 0 11 100011000 1010101 1010010

Color Harmonies of #DDA8F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA8F8

Black with #DDA8F8

Text Example


Text Example

White with #DDA8F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA8F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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