Html Css Color HEX #D4ADFF Mauve

📋 copy color: '#D4ADFF'

red 212 ◦ green 173 ◦ blue 255

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

Shades of Mauve #D4ADFF

Tints of Mauve #D4ADFF

RGB

 RED value IS 212 (83.2% from 255) = 33.13%

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

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

R = 33.13%
G = 27.03%
B = 39.84%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D4ADFF (or 0xD4ADFF) is known color: Mauve. HEX triplet: D4, AD and FF. RGB value is (212,173,255). Sum of RGB (Red+Green+Blue) = 212+173+255=640 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.12% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ADFF is #2B5200. Grayscale: #C1C1C1. Windows color (decimal): -2839041 or 16756180. OLE color: 16756180.

HSL color Cylindrical-coordinate representation of color #D4ADFF: hue angle of 268.54º 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 #D4ADFF is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 212 173 255 -
CMYK 0.17 0.32 0 0
HSL 268.54º 1% 0.84% -
HSV(B) 268.54º 0.32% 1% -
XYZ 60.14 51.1 101.3 -
YUV 194.01 162.42 140.83 -
System Red Green Blue C M Y K H S L
Decimal 212 173 255 0.17 0.32 0 0 268.54 1 0.84
Hex D4 AD FF 11 20 0 0 10D 64 54
Octal 324 255 377 21 40 0 0 415 144 124
Binary 11010100 10101101 11111111 10001 100000 0 0 100001101 1100100 1010100

Color Harmonies of #D4ADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADFF

Black with #D4ADFF

Text Example


Text Example

White with #D4ADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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