Html Css Color HEX #D6ADF3 Mauve

📋 copy color: '#D6ADF3'

red 214 ◦ green 173 ◦ blue 243

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

Shades of Mauve #D6ADF3

Tints of Mauve #D6ADF3

RGB

 RED value IS 214 (83.98% from 255) = 33.97%

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

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

R = 33.97%
G = 27.46%
B = 38.57%

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

#D6ADF3 (or 0xD6ADF3) is known color: Mauve. HEX triplet: D6, AD and F3. RGB value is (214,173,243). Sum of RGB (Red+Green+Blue) = 214+173+243=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #D6ADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ADF3 is #29520C. Grayscale: #C0C0C0. Windows color (decimal): -2707981 or 15969750. OLE color: 15969750.

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

Color convert

RGB 214 173 243 -
CMYK 0.12 0.29 0 0.05
HSL 275.14º 0.74% 0.82% -
HSV(B) 275.14º 0.29% 0.95% -
XYZ 58.85 50.65 91.47 -
YUV 193.24 156.08 142.81 -
System Red Green Blue C M Y K H S L
Decimal 214 173 243 0.12 0.29 0 0.05 275.14 0.74 0.82
Hex D6 AD F3 C 1D 0 5 113 4A 52
Octal 326 255 363 14 35 0 5 423 112 122
Binary 11010110 10101101 11110011 1100 11101 0 101 100010011 1001010 1010010

Color Harmonies of #D6ADF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADF3

Black with #D6ADF3

Text Example


Text Example

White with #D6ADF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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