Html Css Color HEX #DCABEB Mauve

📋 copy color: '#DCABEB'

red 220 ◦ green 171 ◦ blue 235

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

Shades of Mauve #DCABEB

Tints of Mauve #DCABEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.54%

R = 35.14%
G = 27.32%
B = 37.54%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DCABEB (or 0xDCABEB) is known color: Mauve. HEX triplet: DC, AB and EB. RGB value is (220,171,235). Sum of RGB (Red+Green+Blue) = 220+171+235=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABEB is #235414. Grayscale: #C0C0C0. Windows color (decimal): -2315285 or 15444956. OLE color: 15444956.

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

Color convert

RGB 220 171 235 -
CMYK 0.06 0.27 0 0.08
HSL 285.94º 0.62% 0.8% -
HSV(B) 285.94º 0.27% 0.92% -
XYZ 59.07 50.34 85.2 -
YUV 192.95 151.73 147.3 -
System Red Green Blue C M Y K H S L
Decimal 220 171 235 0.06 0.27 0 0.08 285.94 0.62 0.8
Hex DC AB EB 6 1B 0 8 11E 3E 50
Octal 334 253 353 6 33 0 10 436 76 120
Binary 11011100 10101011 11101011 110 11011 0 1000 100011110 111110 1010000

Color Harmonies of #DCABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABEB

Black with #DCABEB

Text Example


Text Example

White with #DCABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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