Html Css Color HEX #DCACFD Mauve

📋 copy color: '#DCACFD'

red 220 ◦ green 172 ◦ blue 253

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

Shades of Mauve #DCACFD

Tints of Mauve #DCACFD

RGB

 RED value IS 220 (86.33% from 255) = 34.11%

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

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

R = 34.11%
G = 26.67%
B = 39.22%

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

#DCACFD (or 0xDCACFD) is known color: Mauve. HEX triplet: DC, AC and FD. RGB value is (220,172,253). Sum of RGB (Red+Green+Blue) = 220+172+253=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACFD is #235302. Grayscale: #C3C3C3. Windows color (decimal): -2315011 or 16624860. OLE color: 16624860.

HSL color Cylindrical-coordinate representation of color #DCACFD: hue angle of 275.56º 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 #DCACFD is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 172 253 -
CMYK 0.13 0.32 0 0.01
HSL 275.56º 0.95% 0.83% -
HSV(B) 275.56º 0.32% 0.99% -
XYZ 62 51.81 99.66 -
YUV 195.59 160.4 145.41 -
System Red Green Blue C M Y K H S L
Decimal 220 172 253 0.13 0.32 0 0.01 275.56 0.95 0.83
Hex DC AC FD D 20 0 1 114 5F 53
Octal 334 254 375 15 40 0 1 424 137 123
Binary 11011100 10101100 11111101 1101 100000 0 1 100010100 1011111 1010011

Color Harmonies of #DCACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACFD

Black with #DCACFD

Text Example


Text Example

White with #DCACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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