Html Css Color HEX #D4ADED Mauve

📋 copy color: '#D4ADED'

red 212 ◦ green 173 ◦ blue 237

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

Shades of Mauve #D4ADED

Tints of Mauve #D4ADED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.1%

R = 34.08%
G = 27.81%
B = 38.1%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D4ADED (or 0xD4ADED) is known color: Mauve. HEX triplet: D4, AD and ED. RGB value is (212,173,237). Sum of RGB (Red+Green+Blue) = 212+173+237=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4ADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ADED is #2B5212. Grayscale: #BFBFBF. Windows color (decimal): -2839059 or 15576532. OLE color: 15576532.

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

Color convert

RGB 212 173 237 -
CMYK 0.11 0.27 0 0.07
HSL 276.56º 0.64% 0.8% -
HSV(B) 276.56º 0.27% 0.93% -
XYZ 57.38 50 86.75 -
YUV 191.96 153.42 142.3 -
System Red Green Blue C M Y K H S L
Decimal 212 173 237 0.11 0.27 0 0.07 276.56 0.64 0.8
Hex D4 AD ED B 1B 0 7 115 40 50
Octal 324 255 355 13 33 0 7 425 100 120
Binary 11010100 10101101 11101101 1011 11011 0 111 100010101 1000000 1010000

Color Harmonies of #D4ADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADED

Black with #D4ADED

Text Example


Text Example

White with #D4ADED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADED; }

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

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

background-color css

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

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

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

border-color css

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

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

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