Html Css Color HEX #DCB9ED Mauve

📋 copy color: '#DCB9ED'

red 220 ◦ green 185 ◦ blue 237

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

Shades of Mauve #DCB9ED

Tints of Mauve #DCB9ED

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.82%

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

R = 34.27%
G = 28.82%
B = 36.92%

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

#DCB9ED (or 0xDCB9ED) is known color: Mauve. HEX triplet: DC, B9 and ED. RGB value is (220,185,237). Sum of RGB (Red+Green+Blue) = 220+185+237=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 185 (72.66% from 255 or 28.82% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCB9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB9ED is #234612. Grayscale: #C9C9C9. Windows color (decimal): -2311699 or 15579612. OLE color: 15579612.

HSL color Cylindrical-coordinate representation of color #DCB9ED: hue angle of 280.38º 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 #DCB9ED is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 185 237 -
CMYK 0.07 0.22 0 0.07
HSL 280.38º 0.59% 0.83% -
HSV(B) 280.38º 0.22% 0.93% -
XYZ 62.15 56.03 87.66 -
YUV 201.39 148.1 141.27 -
System Red Green Blue C M Y K H S L
Decimal 220 185 237 0.07 0.22 0 0.07 280.38 0.59 0.83
Hex DC B9 ED 7 16 0 7 118 3B 53
Octal 334 271 355 7 26 0 7 430 73 123
Binary 11011100 10111001 11101101 111 10110 0 111 100011000 111011 1010011

Color Harmonies of #DCB9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB9ED

Black with #DCB9ED

Text Example


Text Example

White with #DCB9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB9ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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