Html Css Color HEX #DCABEF Mauve

📋 copy color: '#DCABEF'

red 220 ◦ green 171 ◦ blue 239

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

Shades of Mauve #DCABEF

Tints of Mauve #DCABEF

RGB

 RED value IS 220 (86.33% from 255) = 34.92%

 GREEN value IS 171 (67.19% from 255) = 27.14%

 BLUE value IS 239 (93.75% from 255) = 37.94%

R = 34.92%
G = 27.14%
B = 37.94%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCABEF (or 0xDCABEF) is known color: Mauve. HEX triplet: DC, AB and EF. RGB value is (220,171,239). Sum of RGB (Red+Green+Blue) = 220+171+239=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABEF is #235410. Grayscale: #C1C1C1. Windows color (decimal): -2315281 or 15707100. OLE color: 15707100.

HSL color Cylindrical-coordinate representation of color #DCABEF: hue angle of 283.24º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCABEF is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 171 239 -
CMYK 0.08 0.28 0 0.06
HSL 283.24º 0.68% 0.8% -
HSV(B) 283.24º 0.28% 0.94% -
XYZ 59.66 50.57 88.28 -
YUV 193.4 153.73 146.97 -
System Red Green Blue C M Y K H S L
Decimal 220 171 239 0.08 0.28 0 0.06 283.24 0.68 0.8
Hex DC AB EF 8 1C 0 6 11B 44 50
Octal 334 253 357 10 34 0 6 433 104 120
Binary 11011100 10101011 11101111 1000 11100 0 110 100011011 1000100 1010000

Color Harmonies of #DCABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABEF

Black with #DCABEF

Text Example


Text Example

White with #DCABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABEF; }

 p { color: rgb(220,171,239); }

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

background-color css

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

 a { background-color: rgb(220,171,239); }

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

border-color css

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

 span { border-color: rgb(220,171,239); }

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