Html Css Color HEX #DAC0FF Mauve

📋 copy color: '#DAC0FF'

red 218 ◦ green 192 ◦ blue 255

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

Shades of Mauve #DAC0FF

Tints of Mauve #DAC0FF

RGB

 RED value IS 218 (85.55% from 255) = 32.78%

 GREEN value IS 192 (75.39% from 255) = 28.87%

 BLUE value IS 255 (100% from 255) = 38.35%

R = 32.78%
G = 28.87%
B = 38.35%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DAC0FF (or 0xDAC0FF) is known color: Mauve. HEX triplet: DA, C0 and FF. RGB value is (218,192,255). Sum of RGB (Red+Green+Blue) = 218+192+255=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAC0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC0FF is #253F00. Grayscale: #CECECE. Windows color (decimal): -2440961 or 16761050. OLE color: 16761050.

HSL color Cylindrical-coordinate representation of color #DAC0FF: hue angle of 264.76º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAC0FF is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 218 192 255 -
CMYK 0.15 0.25 0 0
HSL 264.76º 1% 0.88% -
HSV(B) 264.76º 0.25% 1% -
XYZ 65.81 59.82 102.69 -
YUV 206.96 155.11 135.88 -
System Red Green Blue C M Y K H S L
Decimal 218 192 255 0.15 0.25 0 0 264.76 1 0.88
Hex DA C0 FF F 19 0 0 109 64 58
Octal 332 300 377 17 31 0 0 411 144 130
Binary 11011010 11000000 11111111 1111 11001 0 0 100001001 1100100 1011000

Color Harmonies of #DAC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC0FF

Black with #DAC0FF

Text Example


Text Example

White with #DAC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC0FF; }

 p { color: rgb(218,192,255); }

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

background-color css

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

 a { background-color: rgb(218,192,255); }

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

border-color css

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

 span { border-color: rgb(218,192,255); }

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