Html Css Color HEX #D3AFFB Mauve

📋 copy color: '#D3AFFB'

red 211 ◦ green 175 ◦ blue 251

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

Shades of Mauve #D3AFFB

Tints of Mauve #D3AFFB

RGB

 RED value IS 211 (82.81% from 255) = 33.12%

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

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

R = 33.12%
G = 27.47%
B = 39.4%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D3AFFB (or 0xD3AFFB) is known color: Mauve. HEX triplet: D3, AF and FB. RGB value is (211,175,251). Sum of RGB (Red+Green+Blue) = 211+175+251=637 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.12% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #D3AFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AFFB is #2C5004. Grayscale: #C2C2C2. Windows color (decimal): -2904069 or 16494547. OLE color: 16494547.

HSL color Cylindrical-coordinate representation of color #D3AFFB: hue angle of 268.42º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3AFFB is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 175 251 -
CMYK 0.16 0.30 0 0.02
HSL 268.42º 0.9% 0.84% -
HSV(B) 268.42º 0.3% 0.98% -
XYZ 59.61 51.47 98.06 -
YUV 194.43 159.93 139.82 -
System Red Green Blue C M Y K H S L
Decimal 211 175 251 0.16 0.30 0 0.02 268.42 0.9 0.84
Hex D3 AF FB 10 1E 0 2 10C 5A 54
Octal 323 257 373 20 36 0 2 414 132 124
Binary 11010011 10101111 11111011 10000 11110 0 10 100001100 1011010 1010100

Color Harmonies of #D3AFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AFFB

Black with #D3AFFB

Text Example


Text Example

White with #D3AFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AFFB; }

 p { color: rgb(211,175,251); }

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

background-color css

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

 a { background-color: rgb(211,175,251); }

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

border-color css

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

 span { border-color: rgb(211,175,251); }

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