Html Css Color HEX #DDA8FB Mauve

📋 copy color: '#DDA8FB'

red 221 ◦ green 168 ◦ blue 251

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

Shades of Mauve #DDA8FB

Tints of Mauve #DDA8FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.22%

R = 34.53%
G = 26.25%
B = 39.22%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDA8FB (or 0xDDA8FB) is known color: Mauve. HEX triplet: DD, A8 and FB. RGB value is (221,168,251). Sum of RGB (Red+Green+Blue) = 221+168+251=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 168 (66.02% from 255 or 26.25% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDA8FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA8FB is #225704. Grayscale: #C1C1C1. Windows color (decimal): -2250501 or 16492765. OLE color: 16492765.

HSL color Cylindrical-coordinate representation of color #DDA8FB: hue angle of 278.31º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDA8FB is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 168 251 -
CMYK 0.12 0.33 0 0.02
HSL 278.31º 0.91% 0.82% -
HSV(B) 278.31º 0.33% 0.98% -
XYZ 61.23 50.34 97.76 -
YUV 193.31 160.56 147.75 -
System Red Green Blue C M Y K H S L
Decimal 221 168 251 0.12 0.33 0 0.02 278.31 0.91 0.82
Hex DD A8 FB C 21 0 2 116 5B 52
Octal 335 250 373 14 41 0 2 426 133 122
Binary 11011101 10101000 11111011 1100 100001 0 10 100010110 1011011 1010010

Color Harmonies of #DDA8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA8FB

Black with #DDA8FB

Text Example


Text Example

White with #DDA8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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