Html Css Color HEX #D6ACFB Mauve

📋 copy color: '#D6ACFB'

red 214 ◦ green 172 ◦ blue 251

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

Shades of Mauve #D6ACFB

Tints of Mauve #D6ACFB

RGB

 RED value IS 214 (83.98% from 255) = 33.59%

 GREEN value IS 172 (67.58% from 255) = 27%

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

R = 33.59%
G = 27%
B = 39.4%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D6ACFB (or 0xD6ACFB) is known color: Mauve. HEX triplet: D6, AC and FB. RGB value is (214,172,251). Sum of RGB (Red+Green+Blue) = 214+172+251=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 172 (67.58% from 255 or 27.00% 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 #D6ACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ACFB is #295304. Grayscale: #C1C1C1. Windows color (decimal): -2708229 or 16493782. OLE color: 16493782.

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

Color convert

RGB 214 172 251 -
CMYK 0.15 0.31 0 0.02
HSL 271.9º 0.91% 0.83% -
HSV(B) 271.9º 0.31% 0.98% -
XYZ 59.9 50.77 97.91 -
YUV 193.56 160.41 142.58 -
System Red Green Blue C M Y K H S L
Decimal 214 172 251 0.15 0.31 0 0.02 271.9 0.91 0.83
Hex D6 AC FB F 1F 0 2 110 5B 53
Octal 326 254 373 17 37 0 2 420 133 123
Binary 11010110 10101100 11111011 1111 11111 0 10 100010000 1011011 1010011

Color Harmonies of #D6ACFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACFB

Black with #D6ACFB

Text Example


Text Example

White with #D6ACFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACFB; }

 p { color: rgb(214,172,251); }

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

background-color css

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

 a { background-color: rgb(214,172,251); }

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

border-color css

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

 span { border-color: rgb(214,172,251); }

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