Html Css Color HEX #DDA9FC Mauve

📋 copy color: '#DDA9FC'

red 221 ◦ green 169 ◦ blue 252

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

Shades of Mauve #DDA9FC

Tints of Mauve #DDA9FC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.32%

 BLUE value IS 252 (98.83% from 255) = 39.25%

R = 34.42%
G = 26.32%
B = 39.25%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDA9FC (or 0xDDA9FC) is known color: Mauve. HEX triplet: DD, A9 and FC. RGB value is (221,169,252). Sum of RGB (Red+Green+Blue) = 221+169+252=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 169 (66.41% from 255 or 26.32% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDA9FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA9FC is #225603. Grayscale: #C1C1C1. Windows color (decimal): -2250244 or 16558557. OLE color: 16558557.

HSL color Cylindrical-coordinate representation of color #DDA9FC: hue angle of 277.59º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDA9FC is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 169 252 -
CMYK 0.12 0.33 0 0.01
HSL 277.59º 0.93% 0.83% -
HSV(B) 277.59º 0.33% 0.99% -
XYZ 61.58 50.78 98.65 -
YUV 194.01 160.73 147.25 -
System Red Green Blue C M Y K H S L
Decimal 221 169 252 0.12 0.33 0 0.01 277.59 0.93 0.83
Hex DD A9 FC C 21 0 1 116 5D 53
Octal 335 251 374 14 41 0 1 426 135 123
Binary 11011101 10101001 11111100 1100 100001 0 1 100010110 1011101 1010011

Color Harmonies of #DDA9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA9FC

Black with #DDA9FC

Text Example


Text Example

White with #DDA9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA9FC; }

 p { color: rgb(221,169,252); }

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

background-color css

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

 a { background-color: rgb(221,169,252); }

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

border-color css

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

 span { border-color: rgb(221,169,252); }

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