Html Css Color HEX #DCABEE Mauve

📋 copy color: '#DCABEE'

red 220 ◦ green 171 ◦ blue 238

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

Shades of Mauve #DCABEE

Tints of Mauve #DCABEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.84%

R = 34.98%
G = 27.19%
B = 37.84%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCABEE (or 0xDCABEE) is known color: Mauve. HEX triplet: DC, AB and EE. RGB value is (220,171,238). Sum of RGB (Red+Green+Blue) = 220+171+238=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABEE is #235411. Grayscale: #C1C1C1. Windows color (decimal): -2315282 or 15641564. OLE color: 15641564.

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

Color convert

RGB 220 171 238 -
CMYK 0.08 0.28 0 0.07
HSL 283.88º 0.66% 0.8% -
HSV(B) 283.88º 0.28% 0.93% -
XYZ 59.51 50.51 87.5 -
YUV 193.29 153.23 147.05 -
System Red Green Blue C M Y K H S L
Decimal 220 171 238 0.08 0.28 0 0.07 283.88 0.66 0.8
Hex DC AB EE 8 1C 0 7 11C 42 50
Octal 334 253 356 10 34 0 7 434 102 120
Binary 11011100 10101011 11101110 1000 11100 0 111 100011100 1000010 1010000

Color Harmonies of #DCABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABEE

Black with #DCABEE

Text Example


Text Example

White with #DCABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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