Html Css Color HEX #D5ADFB Mauve

📋 copy color: '#D5ADFB'

red 213 ◦ green 173 ◦ blue 251

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

Shades of Mauve #D5ADFB

Tints of Mauve #D5ADFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.4%

R = 33.44%
G = 27.16%
B = 39.4%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D5ADFB (or 0xD5ADFB) is known color: Mauve. HEX triplet: D5, AD and FB. RGB value is (213,173,251). Sum of RGB (Red+Green+Blue) = 213+173+251=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5ADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ADFB is #2A5204. Grayscale: #C1C1C1. Windows color (decimal): -2773509 or 16494037. OLE color: 16494037.

HSL color Cylindrical-coordinate representation of color #D5ADFB: hue angle of 270.77º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5ADFB is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 173 251 -
CMYK 0.15 0.31 0 0.02
HSL 270.77º 0.91% 0.83% -
HSV(B) 270.77º 0.31% 0.98% -
XYZ 59.8 51 97.96 -
YUV 193.85 160.25 141.66 -
System Red Green Blue C M Y K H S L
Decimal 213 173 251 0.15 0.31 0 0.02 270.77 0.91 0.83
Hex D5 AD FB F 1F 0 2 10F 5B 53
Octal 325 255 373 17 37 0 2 417 133 123
Binary 11010101 10101101 11111011 1111 11111 0 10 100001111 1011011 1010011

Color Harmonies of #D5ADFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADFB

Black with #D5ADFB

Text Example


Text Example

White with #D5ADFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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