Html Css Color HEX #DDACFD Mauve

📋 copy color: '#DDACFD'

red 221 ◦ green 172 ◦ blue 253

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

Shades of Mauve #DDACFD

Tints of Mauve #DDACFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.16%

R = 34.21%
G = 26.63%
B = 39.16%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDACFD (or 0xDDACFD) is known color: Mauve. HEX triplet: DD, AC and FD. RGB value is (221,172,253). Sum of RGB (Red+Green+Blue) = 221+172+253=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACFD is #225302. Grayscale: #C3C3C3. Windows color (decimal): -2249475 or 16624861. OLE color: 16624861.

HSL color Cylindrical-coordinate representation of color #DDACFD: hue angle of 276.3º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDACFD is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 172 253 -
CMYK 0.13 0.32 0 0.01
HSL 276.3º 0.95% 0.83% -
HSV(B) 276.3º 0.32% 0.99% -
XYZ 62.3 51.97 99.68 -
YUV 195.89 160.23 145.91 -
System Red Green Blue C M Y K H S L
Decimal 221 172 253 0.13 0.32 0 0.01 276.3 0.95 0.83
Hex DD AC FD D 20 0 1 114 5F 53
Octal 335 254 375 15 40 0 1 424 137 123
Binary 11011101 10101100 11111101 1101 100000 0 1 100010100 1011111 1010011

Color Harmonies of #DDACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACFD

Black with #DDACFD

Text Example


Text Example

White with #DDACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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