Html Css Color HEX #DAACFF Mauve

📋 copy color: '#DAACFF'

red 218 ◦ green 172 ◦ blue 255

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

Shades of Mauve #DAACFF

Tints of Mauve #DAACFF

RGB

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

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

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

R = 33.8%
G = 26.67%
B = 39.53%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DAACFF (or 0xDAACFF) is known color: Mauve. HEX triplet: DA, AC and FF. RGB value is (218,172,255). Sum of RGB (Red+Green+Blue) = 218+172+255=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACFF is #255300. Grayscale: #C2C2C2. Windows color (decimal): -2446081 or 16755930. OLE color: 16755930.

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

Color convert

RGB 218 172 255 -
CMYK 0.15 0.33 0 0
HSL 273.25º 1% 0.84% -
HSV(B) 273.25º 0.33% 1% -
XYZ 61.72 51.63 101.32 -
YUV 195.22 161.74 144.25 -
System Red Green Blue C M Y K H S L
Decimal 218 172 255 0.15 0.33 0 0 273.25 1 0.84
Hex DA AC FF F 21 0 0 111 64 54
Octal 332 254 377 17 41 0 0 421 144 124
Binary 11011010 10101100 11111111 1111 100001 0 0 100010001 1100100 1010100

Color Harmonies of #DAACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACFF

Black with #DAACFF

Text Example


Text Example

White with #DAACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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