Html Css Color HEX #D5ADF0 Mauve

📋 copy color: '#D5ADF0'

red 213 ◦ green 173 ◦ blue 240

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

Shades of Mauve #D5ADF0

Tints of Mauve #D5ADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.34%

R = 34.03%
G = 27.64%
B = 38.34%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D5ADF0 (or 0xD5ADF0) is known color: Mauve. HEX triplet: D5, AD and F0. RGB value is (213,173,240). Sum of RGB (Red+Green+Blue) = 213+173+240=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #D5ADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ADF0 is #2A520F. Grayscale: #C0C0C0. Windows color (decimal): -2773520 or 15773141. OLE color: 15773141.

HSL color Cylindrical-coordinate representation of color #D5ADF0: hue angle of 275.82º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5ADF0 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 173 240 -
CMYK 0.11 0.28 0 0.06
HSL 275.82º 0.69% 0.81% -
HSV(B) 275.82º 0.28% 0.94% -
XYZ 58.11 50.32 89.09 -
YUV 192.6 154.75 142.55 -
System Red Green Blue C M Y K H S L
Decimal 213 173 240 0.11 0.28 0 0.06 275.82 0.69 0.81
Hex D5 AD F0 B 1C 0 6 114 45 51
Octal 325 255 360 13 34 0 6 424 105 121
Binary 11010101 10101101 11110000 1011 11100 0 110 100010100 1000101 1010001

Color Harmonies of #D5ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADF0

Black with #D5ADF0

Text Example


Text Example

White with #D5ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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