Html Css Color HEX #D4AFEE Mauve

📋 copy color: '#D4AFEE'

red 212 ◦ green 175 ◦ blue 238

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

Shades of Mauve #D4AFEE

Tints of Mauve #D4AFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.08%

R = 33.92%
G = 28%
B = 38.08%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D4AFEE (or 0xD4AFEE) is known color: Mauve. HEX triplet: D4, AF and EE. RGB value is (212,175,238). Sum of RGB (Red+Green+Blue) = 212+175+238=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4AFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AFEE is #2B5011. Grayscale: #C1C1C1. Windows color (decimal): -2838546 or 15642580. OLE color: 15642580.

HSL color Cylindrical-coordinate representation of color #D4AFEE: hue angle of 275.24º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4AFEE is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 175 238 -
CMYK 0.11 0.26 0 0.07
HSL 275.24º 0.65% 0.81% -
HSV(B) 275.24º 0.26% 0.93% -
XYZ 57.91 50.83 87.65 -
YUV 193.25 153.26 141.38 -
System Red Green Blue C M Y K H S L
Decimal 212 175 238 0.11 0.26 0 0.07 275.24 0.65 0.81
Hex D4 AF EE B 1A 0 7 113 41 51
Octal 324 257 356 13 32 0 7 423 101 121
Binary 11010100 10101111 11101110 1011 11010 0 111 100010011 1000001 1010001

Color Harmonies of #D4AFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AFEE

Black with #D4AFEE

Text Example


Text Example

White with #D4AFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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