Html Css Color HEX #DCAFF6 Mauve

📋 copy color: '#DCAFF6'

red 220 ◦ green 175 ◦ blue 246

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

Shades of Mauve #DCAFF6

Tints of Mauve #DCAFF6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.3%

 BLUE value IS 246 (96.48% from 255) = 38.38%

R = 34.32%
G = 27.3%
B = 38.38%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DCAFF6 (or 0xDCAFF6) is known color: Mauve. HEX triplet: DC, AF and F6. RGB value is (220,175,246). Sum of RGB (Red+Green+Blue) = 220+175+246=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCAFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFF6 is #235009. Grayscale: #C4C4C4. Windows color (decimal): -2314250 or 16166876. OLE color: 16166876.

HSL color Cylindrical-coordinate representation of color #DCAFF6: hue angle of 278.03º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCAFF6 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 175 246 -
CMYK 0.11 0.29 0 0.04
HSL 278.03º 0.8% 0.83% -
HSV(B) 278.03º 0.29% 0.96% -
XYZ 61.48 52.53 94.09 -
YUV 196.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 220 175 246 0.11 0.29 0 0.04 278.03 0.8 0.83
Hex DC AF F6 B 1D 0 4 116 50 53
Octal 334 257 366 13 35 0 4 426 120 123
Binary 11011100 10101111 11110110 1011 11101 0 100 100010110 1010000 1010011

Color Harmonies of #DCAFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFF6

Black with #DCAFF6

Text Example


Text Example

White with #DCAFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFF6; }

 p { color: rgb(220,175,246); }

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

background-color css

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

 a { background-color: rgb(220,175,246); }

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

border-color css

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

 span { border-color: rgb(220,175,246); }

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