Html Css Color HEX #DCABED Mauve

📋 copy color: '#DCABED'

red 220 ◦ green 171 ◦ blue 237

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

Shades of Mauve #DCABED

Tints of Mauve #DCABED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.74%

R = 35.03%
G = 27.23%
B = 37.74%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCABED (or 0xDCABED) is known color: Mauve. HEX triplet: DC, AB and ED. RGB value is (220,171,237). Sum of RGB (Red+Green+Blue) = 220+171+237=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABED is #235412. Grayscale: #C0C0C0. Windows color (decimal): -2315283 or 15576028. OLE color: 15576028.

HSL color Cylindrical-coordinate representation of color #DCABED: hue angle of 284.55º degrees, saturation: 0.65, 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 #DCABED is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 171 237 -
CMYK 0.07 0.28 0 0.07
HSL 284.55º 0.65% 0.8% -
HSV(B) 284.55º 0.28% 0.93% -
XYZ 59.36 50.46 86.73 -
YUV 193.18 152.73 147.13 -
System Red Green Blue C M Y K H S L
Decimal 220 171 237 0.07 0.28 0 0.07 284.55 0.65 0.8
Hex DC AB ED 7 1C 0 7 11D 41 50
Octal 334 253 355 7 34 0 7 435 101 120
Binary 11011100 10101011 11101101 111 11100 0 111 100011101 1000001 1010000

Color Harmonies of #DCABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABED

Black with #DCABED

Text Example


Text Example

White with #DCABED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABED; }

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

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

background-color css

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

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

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

border-color css

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

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

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