Html Css Color HEX #DCBCE9 Mauve

📋 copy color: '#DCBCE9'

red 220 ◦ green 188 ◦ blue 233

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

Shades of Mauve #DCBCE9

Tints of Mauve #DCBCE9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.33%

 BLUE value IS 233 (91.41% from 255) = 36.35%

R = 34.32%
G = 29.33%
B = 36.35%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCBCE9 (or 0xDCBCE9) is known color: Mauve. HEX triplet: DC, BC and E9. RGB value is (220,188,233). Sum of RGB (Red+Green+Blue) = 220+188+233=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 233 (91.41% from 255 or 36.35% from 641); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCBCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCE9 is #234316. Grayscale: #CACACA. Windows color (decimal): -2310935 or 15318236. OLE color: 15318236.

HSL color Cylindrical-coordinate representation of color #DCBCE9: hue angle of 282.67º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCBCE9 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 188 233 -
CMYK 0.06 0.19 0 0.09
HSL 282.67º 0.51% 0.83% -
HSV(B) 282.67º 0.19% 0.91% -
XYZ 62.21 57.07 84.83 -
YUV 202.7 145.1 140.34 -
System Red Green Blue C M Y K H S L
Decimal 220 188 233 0.06 0.19 0 0.09 282.67 0.51 0.83
Hex DC BC E9 6 13 0 9 11B 33 53
Octal 334 274 351 6 23 0 11 433 63 123
Binary 11011100 10111100 11101001 110 10011 0 1001 100011011 110011 1010011

Color Harmonies of #DCBCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCE9

Black with #DCBCE9

Text Example


Text Example

White with #DCBCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCE9; }

 p { color: rgb(220,188,233); }

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

background-color css

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

 a { background-color: rgb(220,188,233); }

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

border-color css

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

 span { border-color: rgb(220,188,233); }

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