Html Css Color HEX #D4AFFC Mauve

📋 copy color: '#D4AFFC'

red 212 ◦ green 175 ◦ blue 252

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

Shades of Mauve #D4AFFC

Tints of Mauve #D4AFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.39%

 BLUE value IS 252 (98.83% from 255) = 39.44%

R = 33.18%
G = 27.39%
B = 39.44%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4AFFC (or 0xD4AFFC) is known color: Mauve. HEX triplet: D4, AF and FC. RGB value is (212,175,252). Sum of RGB (Red+Green+Blue) = 212+175+252=639 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.18% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AFFC is #2B5003. Grayscale: #C2C2C2. Windows color (decimal): -2838532 or 16560084. OLE color: 16560084.

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

Color convert

RGB 212 175 252 -
CMYK 0.16 0.31 0 0.01
HSL 268.83º 0.93% 0.84% -
HSV(B) 268.83º 0.31% 0.99% -
XYZ 60.05 51.69 98.91 -
YUV 194.84 160.26 140.24 -
System Red Green Blue C M Y K H S L
Decimal 212 175 252 0.16 0.31 0 0.01 268.83 0.93 0.84
Hex D4 AF FC 10 1F 0 1 10D 5D 54
Octal 324 257 374 20 37 0 1 415 135 124
Binary 11010100 10101111 11111100 10000 11111 0 1 100001101 1011101 1010100

Color Harmonies of #D4AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AFFC

Black with #D4AFFC

Text Example


Text Example

White with #D4AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AFFC; }

 p { color: rgb(212,175,252); }

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

background-color css

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

 a { background-color: rgb(212,175,252); }

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

border-color css

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

 span { border-color: rgb(212,175,252); }

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