Html Css Color HEX #D0ACF2 Mauve

📋 copy color: '#D0ACF2'

red 208 ◦ green 172 ◦ blue 242

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

Shades of Mauve #D0ACF2

Tints of Mauve #D0ACF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.91%

R = 33.44%
G = 27.65%
B = 38.91%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D0ACF2 (or 0xD0ACF2) is known color: Mauve. HEX triplet: D0, AC and F2. RGB value is (208,172,242). Sum of RGB (Red+Green+Blue) = 208+172+242=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #D0ACF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ACF2 is #2F530D. Grayscale: #BEBEBE. Windows color (decimal): -3101454 or 15903952. OLE color: 15903952.

HSL color Cylindrical-coordinate representation of color #D0ACF2: hue angle of 270.86º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0ACF2 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 172 242 -
CMYK 0.14 0.29 0 0.05
HSL 270.86º 0.73% 0.81% -
HSV(B) 270.86º 0.29% 0.95% -
XYZ 56.79 49.33 90.53 -
YUV 190.74 156.93 140.31 -
System Red Green Blue C M Y K H S L
Decimal 208 172 242 0.14 0.29 0 0.05 270.86 0.73 0.81
Hex D0 AC F2 E 1D 0 5 10F 49 51
Octal 320 254 362 16 35 0 5 417 111 121
Binary 11010000 10101100 11110010 1110 11101 0 101 100001111 1001001 1010001

Color Harmonies of #D0ACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ACF2

Black with #D0ACF2

Text Example


Text Example

White with #D0ACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ACF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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