Html Css Color HEX #DDABFB Mauve

📋 copy color: '#DDABFB'

red 221 ◦ green 171 ◦ blue 251

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

Shades of Mauve #DDABFB

Tints of Mauve #DDABFB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.59%

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

R = 34.37%
G = 26.59%
B = 39.04%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDABFB (or 0xDDABFB) is known color: Mauve. HEX triplet: DD, AB and FB. RGB value is (221,171,251). Sum of RGB (Red+Green+Blue) = 221+171+251=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 171 (67.19% from 255 or 26.59% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABFB is #225404. Grayscale: #C2C2C2. Windows color (decimal): -2249733 or 16493533. OLE color: 16493533.

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

Color convert

RGB 221 171 251 -
CMYK 0.12 0.32 0 0.02
HSL 277.5º 0.91% 0.83% -
HSV(B) 277.5º 0.32% 0.98% -
XYZ 61.79 51.46 97.94 -
YUV 195.07 159.57 146.5 -
System Red Green Blue C M Y K H S L
Decimal 221 171 251 0.12 0.32 0 0.02 277.5 0.91 0.83
Hex DD AB FB C 20 0 2 116 5B 53
Octal 335 253 373 14 40 0 2 426 133 123
Binary 11011101 10101011 11111011 1100 100000 0 10 100010110 1011011 1010011

Color Harmonies of #DDABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABFB

Black with #DDABFB

Text Example


Text Example

White with #DDABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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