Html Css Color HEX #DCB8ED Mauve

📋 copy color: '#DCB8ED'

red 220 ◦ green 184 ◦ blue 237

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

Shades of Mauve #DCB8ED

Tints of Mauve #DCB8ED

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.71%

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

R = 34.32%
G = 28.71%
B = 36.97%

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

#DCB8ED (or 0xDCB8ED) is known color: Mauve. HEX triplet: DC, B8 and ED. RGB value is (220,184,237). Sum of RGB (Red+Green+Blue) = 220+184+237=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 184 (72.27% from 255 or 28.71% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCB8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB8ED is #234712. Grayscale: #C8C8C8. Windows color (decimal): -2311955 or 15579356. OLE color: 15579356.

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

Color convert

RGB 220 184 237 -
CMYK 0.07 0.22 0 0.07
HSL 280.75º 0.6% 0.83% -
HSV(B) 280.75º 0.22% 0.93% -
XYZ 61.94 55.61 87.59 -
YUV 200.81 148.43 141.69 -
System Red Green Blue C M Y K H S L
Decimal 220 184 237 0.07 0.22 0 0.07 280.75 0.6 0.83
Hex DC B8 ED 7 16 0 7 119 3C 53
Octal 334 270 355 7 26 0 7 431 74 123
Binary 11011100 10111000 11101101 111 10110 0 111 100011001 111100 1010011

Color Harmonies of #DCB8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB8ED

Black with #DCB8ED

Text Example


Text Example

White with #DCB8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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