Html Css Color HEX #DCB7EA Mauve

📋 copy color: '#DCB7EA'

red 220 ◦ green 183 ◦ blue 234

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

Shades of Mauve #DCB7EA

Tints of Mauve #DCB7EA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.73%

 BLUE value IS 234 (91.8% from 255) = 36.73%

R = 34.54%
G = 28.73%
B = 36.73%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DCB7EA (or 0xDCB7EA) is known color: Mauve. HEX triplet: DC, B7 and EA. RGB value is (220,183,234). Sum of RGB (Red+Green+Blue) = 220+183+234=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 183 (71.88% from 255 or 28.73% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCB7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB7EA is #234815. Grayscale: #C7C7C7. Windows color (decimal): -2312214 or 15382492. OLE color: 15382492.

HSL color Cylindrical-coordinate representation of color #DCB7EA: hue angle of 283.53º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCB7EA is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 183 234 -
CMYK 0.06 0.22 0 0.08
HSL 283.53º 0.55% 0.82% -
HSV(B) 283.53º 0.22% 0.92% -
XYZ 61.3 55.02 85.23 -
YUV 199.88 147.26 142.35 -
System Red Green Blue C M Y K H S L
Decimal 220 183 234 0.06 0.22 0 0.08 283.53 0.55 0.82
Hex DC B7 EA 6 16 0 8 11C 37 52
Octal 334 267 352 6 26 0 10 434 67 122
Binary 11011100 10110111 11101010 110 10110 0 1000 100011100 110111 1010010

Color Harmonies of #DCB7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB7EA

Black with #DCB7EA

Text Example


Text Example

White with #DCB7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB7EA; }

 p { color: rgb(220,183,234); }

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

background-color css

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

 a { background-color: rgb(220,183,234); }

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

border-color css

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

 span { border-color: rgb(220,183,234); }

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