Html Css Color HEX #D4ADEC Mauve

📋 copy color: '#D4ADEC'

red 212 ◦ green 173 ◦ blue 236

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

Shades of Mauve #D4ADEC

Tints of Mauve #D4ADEC

RGB

 RED value IS 212 (83.2% from 255) = 34.14%

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

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

R = 34.14%
G = 27.86%
B = 38%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D4ADEC (or 0xD4ADEC) is known color: Mauve. HEX triplet: D4, AD and EC. RGB value is (212,173,236). Sum of RGB (Red+Green+Blue) = 212+173+236=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ADEC is #2B5213. Grayscale: #BFBFBF. Windows color (decimal): -2839060 or 15510996. OLE color: 15510996.

HSL color Cylindrical-coordinate representation of color #D4ADEC: hue angle of 277.14º 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 #D4ADEC is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 173 236 -
CMYK 0.10 0.27 0 0.07
HSL 277.14º 0.62% 0.8% -
HSV(B) 277.14º 0.27% 0.93% -
XYZ 57.24 49.94 85.98 -
YUV 191.84 152.92 142.38 -
System Red Green Blue C M Y K H S L
Decimal 212 173 236 0.10 0.27 0 0.07 277.14 0.62 0.8
Hex D4 AD EC A 1B 0 7 115 3E 50
Octal 324 255 354 12 33 0 7 425 76 120
Binary 11010100 10101101 11101100 1010 11011 0 111 100010101 111110 1010000

Color Harmonies of #D4ADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADEC

Black with #D4ADEC

Text Example


Text Example

White with #D4ADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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