Html Css Color HEX #DCADF8 Mauve

📋 copy color: '#DCADF8'

red 220 ◦ green 173 ◦ blue 248

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

Shades of Mauve #DCADF8

Tints of Mauve #DCADF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.69%

R = 34.32%
G = 26.99%
B = 38.69%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DCADF8 (or 0xDCADF8) is known color: Mauve. HEX triplet: DC, AD and F8. RGB value is (220,173,248). Sum of RGB (Red+Green+Blue) = 220+173+248=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADF8 is #235207. Grayscale: #C3C3C3. Windows color (decimal): -2314760 or 16297436. OLE color: 16297436.

HSL color Cylindrical-coordinate representation of color #DCADF8: hue angle of 277.6º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCADF8 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 173 248 -
CMYK 0.11 0.30 0 0.03
HSL 277.6º 0.84% 0.83% -
HSV(B) 277.6º 0.3% 0.97% -
XYZ 61.4 51.88 95.58 -
YUV 195.6 157.57 145.4 -
System Red Green Blue C M Y K H S L
Decimal 220 173 248 0.11 0.30 0 0.03 277.6 0.84 0.83
Hex DC AD F8 B 1E 0 3 116 54 53
Octal 334 255 370 13 36 0 3 426 124 123
Binary 11011100 10101101 11111000 1011 11110 0 11 100010110 1010100 1010011

Color Harmonies of #DCADF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADF8

Black with #DCADF8

Text Example


Text Example

White with #DCADF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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