Html Css Color HEX #DAACEB Mauve

📋 copy color: '#DAACEB'

red 218 ◦ green 172 ◦ blue 235

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

Shades of Mauve #DAACEB

Tints of Mauve #DAACEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.6%

R = 34.88%
G = 27.52%
B = 37.6%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DAACEB (or 0xDAACEB) is known color: Mauve. HEX triplet: DA, AC and EB. RGB value is (218,172,235). Sum of RGB (Red+Green+Blue) = 218+172+235=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACEB is #255314. Grayscale: #C0C0C0. Windows color (decimal): -2446101 or 15445210. OLE color: 15445210.

HSL color Cylindrical-coordinate representation of color #DAACEB: hue angle of 283.81º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAACEB is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 172 235 -
CMYK 0.07 0.27 0 0.08
HSL 283.81º 0.61% 0.8% -
HSV(B) 283.81º 0.27% 0.92% -
XYZ 58.66 50.41 85.24 -
YUV 192.94 151.74 145.88 -
System Red Green Blue C M Y K H S L
Decimal 218 172 235 0.07 0.27 0 0.08 283.81 0.61 0.8
Hex DA AC EB 7 1B 0 8 11C 3D 50
Octal 332 254 353 7 33 0 10 434 75 120
Binary 11011010 10101100 11101011 111 11011 0 1000 100011100 111101 1010000

Color Harmonies of #DAACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACEB

Black with #DAACEB

Text Example


Text Example

White with #DAACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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