Html Css Color HEX #D7ADF3 Mauve

📋 copy color: '#D7ADF3'

red 215 ◦ green 173 ◦ blue 243

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

Shades of Mauve #D7ADF3

Tints of Mauve #D7ADF3

RGB

 RED value IS 215 (84.38% from 255) = 34.07%

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

 BLUE value IS 243 (95.31% from 255) = 38.51%

R = 34.07%
G = 27.42%
B = 38.51%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D7ADF3 (or 0xD7ADF3) is known color: Mauve. HEX triplet: D7, AD and F3. RGB value is (215,173,243). Sum of RGB (Red+Green+Blue) = 215+173+243=631 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.07% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #D7ADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ADF3 is #28520C. Grayscale: #C1C1C1. Windows color (decimal): -2642445 or 15969751. OLE color: 15969751.

HSL color Cylindrical-coordinate representation of color #D7ADF3: hue angle of 276º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7ADF3 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 173 243 -
CMYK 0.12 0.29 0 0.05
HSL 276º 0.74% 0.82% -
HSV(B) 276º 0.29% 0.95% -
XYZ 59.15 50.81 91.48 -
YUV 193.54 155.91 143.31 -
System Red Green Blue C M Y K H S L
Decimal 215 173 243 0.12 0.29 0 0.05 276 0.74 0.82
Hex D7 AD F3 C 1D 0 5 114 4A 52
Octal 327 255 363 14 35 0 5 424 112 122
Binary 11010111 10101101 11110011 1100 11101 0 101 100010100 1001010 1010010

Color Harmonies of #D7ADF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ADF3

Black with #D7ADF3

Text Example


Text Example

White with #D7ADF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ADF3; }

 p { color: rgb(215,173,243); }

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

background-color css

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

 a { background-color: rgb(215,173,243); }

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

border-color css

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

 span { border-color: rgb(215,173,243); }

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