Html Css Color HEX #DAADEC Mauve

📋 copy color: '#DAADEC'

red 218 ◦ green 173 ◦ blue 236

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

Shades of Mauve #DAADEC

Tints of Mauve #DAADEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.64%

R = 34.77%
G = 27.59%
B = 37.64%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAADEC (or 0xDAADEC) is known color: Mauve. HEX triplet: DA, AD and EC. RGB value is (218,173,236). Sum of RGB (Red+Green+Blue) = 218+173+236=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAADEC is #255213. Grayscale: #C1C1C1. Windows color (decimal): -2445844 or 15511002. OLE color: 15511002.

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

Color convert

RGB 218 173 236 -
CMYK 0.08 0.27 0 0.07
HSL 282.86º 0.62% 0.8% -
HSV(B) 282.86º 0.27% 0.93% -
XYZ 59 50.85 86.06 -
YUV 193.64 151.91 145.38 -
System Red Green Blue C M Y K H S L
Decimal 218 173 236 0.08 0.27 0 0.07 282.86 0.62 0.8
Hex DA AD EC 8 1B 0 7 11B 3E 50
Octal 332 255 354 10 33 0 7 433 76 120
Binary 11011010 10101101 11101100 1000 11011 0 111 100011011 111110 1010000

Color Harmonies of #DAADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAADEC

Black with #DAADEC

Text Example


Text Example

White with #DAADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAADEC; }

 p { color: rgb(218,173,236); }

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

background-color css

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

 a { background-color: rgb(218,173,236); }

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

border-color css

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

 span { border-color: rgb(218,173,236); }

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