Html Css Color HEX #DCADFC Mauve

📋 copy color: '#DCADFC'

red 220 ◦ green 173 ◦ blue 252

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

Shades of Mauve #DCADFC

Tints of Mauve #DCADFC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.82%

 BLUE value IS 252 (98.83% from 255) = 39.07%

R = 34.11%
G = 26.82%
B = 39.07%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DCADFC (or 0xDCADFC) is known color: Mauve. HEX triplet: DC, AD and FC. RGB value is (220,173,252). Sum of RGB (Red+Green+Blue) = 220+173+252=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 173 (67.97% from 255 or 26.82% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADFC is #235203. Grayscale: #C3C3C3. Windows color (decimal): -2314756 or 16559580. OLE color: 16559580.

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

Color convert

RGB 220 173 252 -
CMYK 0.13 0.31 0 0.01
HSL 275.7º 0.93% 0.83% -
HSV(B) 275.7º 0.31% 0.99% -
XYZ 62.03 52.13 98.89 -
YUV 196.06 159.57 145.08 -
System Red Green Blue C M Y K H S L
Decimal 220 173 252 0.13 0.31 0 0.01 275.7 0.93 0.83
Hex DC AD FC D 1F 0 1 114 5D 53
Octal 334 255 374 15 37 0 1 424 135 123
Binary 11011100 10101101 11111100 1101 11111 0 1 100010100 1011101 1010011

Color Harmonies of #DCADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADFC

Black with #DCADFC

Text Example


Text Example

White with #DCADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADFC; }

 p { color: rgb(220,173,252); }

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

background-color css

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

 a { background-color: rgb(220,173,252); }

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

border-color css

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

 span { border-color: rgb(220,173,252); }

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