Html Css Color HEX #D4AFFE Mauve

📋 copy color: '#D4AFFE'

red 212 ◦ green 175 ◦ blue 254

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

Shades of Mauve #D4AFFE

Tints of Mauve #D4AFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.63%

R = 33.07%
G = 27.3%
B = 39.63%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D4AFFE (or 0xD4AFFE) is known color: Mauve. HEX triplet: D4, AF and FE. RGB value is (212,175,254). Sum of RGB (Red+Green+Blue) = 212+175+254=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AFFE is #2B5001. Grayscale: #C2C2C2. Windows color (decimal): -2838530 or 16691156. OLE color: 16691156.

HSL color Cylindrical-coordinate representation of color #D4AFFE: hue angle of 268.1º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4AFFE is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 175 254 -
CMYK 0.17 0.31 0 0.00
HSL 268.1º 0.98% 0.84% -
HSV(B) 268.1º 0.31% 1% -
XYZ 60.37 51.81 100.58 -
YUV 195.07 161.26 140.08 -
System Red Green Blue C M Y K H S L
Decimal 212 175 254 0.17 0.31 0 0.00 268.1 0.98 0.84
Hex D4 AF FE 11 1F 0 0 10C 62 54
Octal 324 257 376 21 37 0 0 414 142 124
Binary 11010100 10101111 11111110 10001 11111 0 0 100001100 1100010 1010100

Color Harmonies of #D4AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AFFE

Black with #D4AFFE

Text Example


Text Example

White with #D4AFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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