Html Css Color HEX #D3ADEE Mauve

📋 copy color: '#D3ADEE'

red 211 ◦ green 173 ◦ blue 238

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

Shades of Mauve #D3ADEE

Tints of Mauve #D3ADEE

RGB

 RED value IS 211 (82.81% from 255) = 33.92%

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

 BLUE value IS 238 (93.36% from 255) = 38.26%

R = 33.92%
G = 27.81%
B = 38.26%

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

#D3ADEE (or 0xD3ADEE) is known color: Mauve. HEX triplet: D3, AD and EE. RGB value is (211,173,238). Sum of RGB (Red+Green+Blue) = 211+173+238=622 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.92% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3ADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ADEE is #2C5211. Grayscale: #BFBFBF. Windows color (decimal): -2904594 or 15642067. OLE color: 15642067.

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

Color convert

RGB 211 173 238 -
CMYK 0.11 0.27 0 0.07
HSL 275.08º 0.66% 0.81% -
HSV(B) 275.08º 0.27% 0.93% -
XYZ 57.24 49.91 87.51 -
YUV 191.77 154.09 141.71 -
System Red Green Blue C M Y K H S L
Decimal 211 173 238 0.11 0.27 0 0.07 275.08 0.66 0.81
Hex D3 AD EE B 1B 0 7 113 42 51
Octal 323 255 356 13 33 0 7 423 102 121
Binary 11010011 10101101 11101110 1011 11011 0 111 100010011 1000010 1010001

Color Harmonies of #D3ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ADEE

Black with #D3ADEE

Text Example


Text Example

White with #D3ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ADEE; }

 p { color: rgb(211,173,238); }

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

background-color css

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

 a { background-color: rgb(211,173,238); }

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

border-color css

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

 span { border-color: rgb(211,173,238); }

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