Html Css Color HEX #DCBAED Mauve

📋 copy color: '#DCBAED'

red 220 ◦ green 186 ◦ blue 237

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

Shades of Mauve #DCBAED

Tints of Mauve #DCBAED

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.93%

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

R = 34.21%
G = 28.93%
B = 36.86%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCBAED (or 0xDCBAED) is known color: Mauve. HEX triplet: DC, BA and ED. RGB value is (220,186,237). Sum of RGB (Red+Green+Blue) = 220+186+237=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCBAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAED is #234512. Grayscale: #C9C9C9. Windows color (decimal): -2311443 or 15579868. OLE color: 15579868.

HSL color Cylindrical-coordinate representation of color #DCBAED: hue angle of 280º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCBAED is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 186 237 -
CMYK 0.07 0.22 0 0.07
HSL 280º 0.59% 0.83% -
HSV(B) 280º 0.22% 0.93% -
XYZ 62.36 56.45 87.73 -
YUV 201.98 147.76 140.85 -
System Red Green Blue C M Y K H S L
Decimal 220 186 237 0.07 0.22 0 0.07 280 0.59 0.83
Hex DC BA ED 7 16 0 7 118 3B 53
Octal 334 272 355 7 26 0 7 430 73 123
Binary 11011100 10111010 11101101 111 10110 0 111 100011000 111011 1010011

Color Harmonies of #DCBAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAED

Black with #DCBAED

Text Example


Text Example

White with #DCBAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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