Html Css Color HEX #DDACFB Mauve

📋 copy color: '#DDACFB'

red 221 ◦ green 172 ◦ blue 251

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

Shades of Mauve #DDACFB

Tints of Mauve #DDACFB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.71%

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

R = 34.32%
G = 26.71%
B = 38.98%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDACFB (or 0xDDACFB) is known color: Mauve. HEX triplet: DD, AC and FB. RGB value is (221,172,251). Sum of RGB (Red+Green+Blue) = 221+172+251=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 172 (67.58% from 255 or 26.71% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACFB is #225304. Grayscale: #C3C3C3. Windows color (decimal): -2249477 or 16493789. OLE color: 16493789.

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

Color convert

RGB 221 172 251 -
CMYK 0.12 0.31 0 0.02
HSL 277.22º 0.91% 0.83% -
HSV(B) 277.22º 0.31% 0.98% -
XYZ 61.98 51.84 98.01 -
YUV 195.66 159.23 146.08 -
System Red Green Blue C M Y K H S L
Decimal 221 172 251 0.12 0.31 0 0.02 277.22 0.91 0.83
Hex DD AC FB C 1F 0 2 115 5B 53
Octal 335 254 373 14 37 0 2 425 133 123
Binary 11011101 10101100 11111011 1100 11111 0 10 100010101 1011011 1010011

Color Harmonies of #DDACFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACFB

Black with #DDACFB

Text Example


Text Example

White with #DDACFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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