Html Css Color HEX #D1ADED Mauve

📋 copy color: '#D1ADED'

red 209 ◦ green 173 ◦ blue 237

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

Shades of Mauve #D1ADED

Tints of Mauve #D1ADED

RGB

 RED value IS 209 (82.03% from 255) = 33.76%

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

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

R = 33.76%
G = 27.95%
B = 38.29%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D1ADED (or 0xD1ADED) is known color: Mauve. HEX triplet: D1, AD and ED. RGB value is (209,173,237). Sum of RGB (Red+Green+Blue) = 209+173+237=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1ADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ADED is #2E5212. Grayscale: #BEBEBE. Windows color (decimal): -3035667 or 15576529. OLE color: 15576529.

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

Color convert

RGB 209 173 237 -
CMYK 0.12 0.27 0 0.07
HSL 273.75º 0.64% 0.8% -
HSV(B) 273.75º 0.27% 0.93% -
XYZ 56.52 49.56 86.71 -
YUV 191.06 153.93 140.8 -
System Red Green Blue C M Y K H S L
Decimal 209 173 237 0.12 0.27 0 0.07 273.75 0.64 0.8
Hex D1 AD ED C 1B 0 7 112 40 50
Octal 321 255 355 14 33 0 7 422 100 120
Binary 11010001 10101101 11101101 1100 11011 0 111 100010010 1000000 1010000

Color Harmonies of #D1ADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADED

Black with #D1ADED

Text Example


Text Example

White with #D1ADED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADED; }

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

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

background-color css

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

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

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

border-color css

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

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

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