Html Css Color HEX #D4ADFB Mauve

📋 copy color: '#D4ADFB'

red 212 ◦ green 173 ◦ blue 251

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

Shades of Mauve #D4ADFB

Tints of Mauve #D4ADFB

RGB

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

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

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

R = 33.33%
G = 27.2%
B = 39.47%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4ADFB (or 0xD4ADFB) is known color: Mauve. HEX triplet: D4, AD and FB. RGB value is (212,173,251). Sum of RGB (Red+Green+Blue) = 212+173+251=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4ADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ADFB is #2B5204. Grayscale: #C1C1C1. Windows color (decimal): -2839045 or 16494036. OLE color: 16494036.

HSL color Cylindrical-coordinate representation of color #D4ADFB: hue angle of 270º 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 #D4ADFB is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 173 251 -
CMYK 0.16 0.31 0 0.02
HSL 270º 0.91% 0.83% -
HSV(B) 270º 0.31% 0.98% -
XYZ 59.51 50.85 97.95 -
YUV 193.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 212 173 251 0.16 0.31 0 0.02 270 0.91 0.83
Hex D4 AD FB 10 1F 0 2 10E 5B 53
Octal 324 255 373 20 37 0 2 416 133 123
Binary 11010100 10101101 11111011 10000 11111 0 10 100001110 1011011 1010011

Color Harmonies of #D4ADFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADFB

Black with #D4ADFB

Text Example


Text Example

White with #D4ADFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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