Html Css Color HEX #D5ADFF Mauve

📋 copy color: '#D5ADFF'

red 213 ◦ green 173 ◦ blue 255

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

Shades of Mauve #D5ADFF

Tints of Mauve #D5ADFF

RGB

 RED value IS 213 (83.59% from 255) = 33.23%

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

 BLUE value IS 255 (100% from 255) = 39.78%

R = 33.23%
G = 26.99%
B = 39.78%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D5ADFF (or 0xD5ADFF) is known color: Mauve. HEX triplet: D5, AD and FF. RGB value is (213,173,255). Sum of RGB (Red+Green+Blue) = 213+173+255=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ADFF is #2A5200. Grayscale: #C2C2C2. Windows color (decimal): -2773505 or 16756181. OLE color: 16756181.

HSL color Cylindrical-coordinate representation of color #D5ADFF: hue angle of 269.27º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5ADFF is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 213 173 255 -
CMYK 0.16 0.32 0 0
HSL 269.27º 1% 0.84% -
HSV(B) 269.27º 0.32% 1% -
XYZ 60.43 51.25 101.32 -
YUV 194.31 162.25 141.33 -
System Red Green Blue C M Y K H S L
Decimal 213 173 255 0.16 0.32 0 0 269.27 1 0.84
Hex D5 AD FF 10 20 0 0 10D 64 54
Octal 325 255 377 20 40 0 0 415 144 124
Binary 11010101 10101101 11111111 10000 100000 0 0 100001101 1100100 1010100

Color Harmonies of #D5ADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADFF

Black with #D5ADFF

Text Example


Text Example

White with #D5ADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADFF; }

 p { color: rgb(213,173,255); }

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

background-color css

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

 a { background-color: rgb(213,173,255); }

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

border-color css

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

 span { border-color: rgb(213,173,255); }

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