Html Css Color HEX #D0ACFE Mauve

📋 copy color: '#D0ACFE'

red 208 ◦ green 172 ◦ blue 254

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

Shades of Mauve #D0ACFE

Tints of Mauve #D0ACFE

RGB

 RED value IS 208 (81.64% from 255) = 32.81%

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

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

R = 32.81%
G = 27.13%
B = 40.06%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D0ACFE (or 0xD0ACFE) is known color: Mauve. HEX triplet: D0, AC and FE. RGB value is (208,172,254). Sum of RGB (Red+Green+Blue) = 208+172+254=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ACFE is #2F5301. Grayscale: #BFBFBF. Windows color (decimal): -3101442 or 16690384. OLE color: 16690384.

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

Color convert

RGB 208 172 254 -
CMYK 0.18 0.32 0 0.00
HSL 266.34º 0.98% 0.84% -
HSV(B) 266.34º 0.32% 1% -
XYZ 58.65 50.07 100.34 -
YUV 192.11 162.93 139.33 -
System Red Green Blue C M Y K H S L
Decimal 208 172 254 0.18 0.32 0 0.00 266.34 0.98 0.84
Hex D0 AC FE 12 20 0 0 10A 62 54
Octal 320 254 376 22 40 0 0 412 142 124
Binary 11010000 10101100 11111110 10010 100000 0 0 100001010 1100010 1010100

Color Harmonies of #D0ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ACFE

Black with #D0ACFE

Text Example


Text Example

White with #D0ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ACFE; }

 p { color: rgb(208,172,254); }

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

background-color css

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

 a { background-color: rgb(208,172,254); }

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

border-color css

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

 span { border-color: rgb(208,172,254); }

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