Html Css Color HEX #DDACFE Mauve

📋 copy color: '#DDACFE'

red 221 ◦ green 172 ◦ blue 254

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

Shades of Mauve #DDACFE

Tints of Mauve #DDACFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.26%

R = 34.16%
G = 26.58%
B = 39.26%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DDACFE (or 0xDDACFE) is known color: Mauve. HEX triplet: DD, AC and FE. RGB value is (221,172,254). Sum of RGB (Red+Green+Blue) = 221+172+254=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACFE is #225301. Grayscale: #C3C3C3. Windows color (decimal): -2249474 or 16690397. OLE color: 16690397.

HSL color Cylindrical-coordinate representation of color #DDACFE: hue angle of 275.85º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDACFE is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 172 254 -
CMYK 0.13 0.32 0 0.00
HSL 275.85º 0.98% 0.84% -
HSV(B) 275.85º 0.32% 1% -
XYZ 62.46 52.03 100.52 -
YUV 196 160.73 145.83 -
System Red Green Blue C M Y K H S L
Decimal 221 172 254 0.13 0.32 0 0.00 275.85 0.98 0.84
Hex DD AC FE D 20 0 0 114 62 54
Octal 335 254 376 15 40 0 0 424 142 124
Binary 11011101 10101100 11111110 1101 100000 0 0 100010100 1100010 1010100

Color Harmonies of #DDACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACFE

Black with #DDACFE

Text Example


Text Example

White with #DDACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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