Html Css Color HEX #D0ACFF Mauve

📋 copy color: '#D0ACFF'

red 208 ◦ green 172 ◦ blue 255

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

Shades of Mauve #D0ACFF

Tints of Mauve #D0ACFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.16%

R = 32.76%
G = 27.09%
B = 40.16%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D0ACFF (or 0xD0ACFF) is known color: Mauve. HEX triplet: D0, AC and FF. RGB value is (208,172,255). Sum of RGB (Red+Green+Blue) = 208+172+255=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ACFF is #2F5300. Grayscale: #BFBFBF. Windows color (decimal): -3101441 or 16755920. OLE color: 16755920.

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

Color convert

RGB 208 172 255 -
CMYK 0.18 0.33 0 0
HSL 266.02º 1% 0.84% -
HSV(B) 266.02º 0.33% 1% -
XYZ 58.81 50.13 101.18 -
YUV 192.23 163.43 139.25 -
System Red Green Blue C M Y K H S L
Decimal 208 172 255 0.18 0.33 0 0 266.02 1 0.84
Hex D0 AC FF 12 21 0 0 10A 64 54
Octal 320 254 377 22 41 0 0 412 144 124
Binary 11010000 10101100 11111111 10010 100001 0 0 100001010 1100100 1010100

Color Harmonies of #D0ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ACFF

Black with #D0ACFF

Text Example


Text Example

White with #D0ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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