Html Css Color HEX #DDADF3 Mauve

📋 copy color: '#DDADF3'

red 221 ◦ green 173 ◦ blue 243

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

Shades of Mauve #DDADF3

Tints of Mauve #DDADF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.15%

R = 34.69%
G = 27.16%
B = 38.15%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDADF3 (or 0xDDADF3) is known color: Mauve. HEX triplet: DD, AD and F3. RGB value is (221,173,243). Sum of RGB (Red+Green+Blue) = 221+173+243=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDADF3 is #22520C. Grayscale: #C3C3C3. Windows color (decimal): -2249229 or 15969757. OLE color: 15969757.

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

Color convert

RGB 221 173 243 -
CMYK 0.09 0.29 0 0.05
HSL 281.14º 0.74% 0.82% -
HSV(B) 281.14º 0.29% 0.95% -
XYZ 60.94 51.73 91.57 -
YUV 195.33 154.9 146.31 -
System Red Green Blue C M Y K H S L
Decimal 221 173 243 0.09 0.29 0 0.05 281.14 0.74 0.82
Hex DD AD F3 9 1D 0 5 119 4A 52
Octal 335 255 363 11 35 0 5 431 112 122
Binary 11011101 10101101 11110011 1001 11101 0 101 100011001 1001010 1010010

Color Harmonies of #DDADF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDADF3

Black with #DDADF3

Text Example


Text Example

White with #DDADF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDADF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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