Html Css Color HEX #DDADFD Mauve

📋 copy color: '#DDADFD'

red 221 ◦ green 173 ◦ blue 253

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

Shades of Mauve #DDADFD

Tints of Mauve #DDADFD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.74%

 BLUE value IS 253 (99.22% from 255) = 39.1%

R = 34.16%
G = 26.74%
B = 39.1%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDADFD (or 0xDDADFD) is known color: Mauve. HEX triplet: DD, AD and FD. RGB value is (221,173,253). Sum of RGB (Red+Green+Blue) = 221+173+253=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 173 (67.97% from 255 or 26.74% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDADFD is #225202. Grayscale: #C4C4C4. Windows color (decimal): -2249219 or 16625117. OLE color: 16625117.

HSL color Cylindrical-coordinate representation of color #DDADFD: hue angle of 276º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDADFD is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 173 253 -
CMYK 0.13 0.32 0 0.01
HSL 276º 0.95% 0.84% -
HSV(B) 276º 0.32% 0.99% -
XYZ 62.49 52.35 99.74 -
YUV 196.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 221 173 253 0.13 0.32 0 0.01 276 0.95 0.84
Hex DD AD FD D 20 0 1 114 5F 54
Octal 335 255 375 15 40 0 1 424 137 124
Binary 11011101 10101101 11111101 1101 100000 0 1 100010100 1011111 1010100

Color Harmonies of #DDADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDADFD

Black with #DDADFD

Text Example


Text Example

White with #DDADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDADFD; }

 p { color: rgb(221,173,253); }

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

background-color css

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

 a { background-color: rgb(221,173,253); }

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

border-color css

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

 span { border-color: rgb(221,173,253); }

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