Html Css Color HEX #DCB8EF Mauve

📋 copy color: '#DCB8EF'

red 220 ◦ green 184 ◦ blue 239

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

Shades of Mauve #DCB8EF

Tints of Mauve #DCB8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.17%

R = 34.21%
G = 28.62%
B = 37.17%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCB8EF (or 0xDCB8EF) is known color: Mauve. HEX triplet: DC, B8 and EF. RGB value is (220,184,239). Sum of RGB (Red+Green+Blue) = 220+184+239=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 184 (72.27% from 255 or 28.62% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCB8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB8EF is #234710. Grayscale: #C8C8C8. Windows color (decimal): -2311953 or 15710428. OLE color: 15710428.

HSL color Cylindrical-coordinate representation of color #DCB8EF: hue angle of 279.27º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCB8EF is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 184 239 -
CMYK 0.08 0.23 0 0.06
HSL 279.27º 0.63% 0.83% -
HSV(B) 279.27º 0.23% 0.94% -
XYZ 62.24 55.73 89.14 -
YUV 201.03 149.43 141.53 -
System Red Green Blue C M Y K H S L
Decimal 220 184 239 0.08 0.23 0 0.06 279.27 0.63 0.83
Hex DC B8 EF 8 17 0 6 117 3F 53
Octal 334 270 357 10 27 0 6 427 77 123
Binary 11011100 10111000 11101111 1000 10111 0 110 100010111 111111 1010011

Color Harmonies of #DCB8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB8EF

Black with #DCB8EF

Text Example


Text Example

White with #DCB8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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