Html Css Color HEX #DCBCEF Mauve

📋 copy color: '#DCBCEF'

red 220 ◦ green 188 ◦ blue 239

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

Shades of Mauve #DCBCEF

Tints of Mauve #DCBCEF

RGB

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

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

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

R = 34%
G = 29.06%
B = 36.94%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCBCEF (or 0xDCBCEF) is known color: Mauve. HEX triplet: DC, BC and EF. RGB value is (220,188,239). Sum of RGB (Red+Green+Blue) = 220+188+239=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCBCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCEF is #234310. Grayscale: #CBCBCB. Windows color (decimal): -2310929 or 15711452. OLE color: 15711452.

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

Color convert

RGB 220 188 239 -
CMYK 0.08 0.21 0 0.06
HSL 277.65º 0.61% 0.84% -
HSV(B) 277.65º 0.21% 0.94% -
XYZ 63.08 57.41 89.42 -
YUV 203.38 148.1 139.85 -
System Red Green Blue C M Y K H S L
Decimal 220 188 239 0.08 0.21 0 0.06 277.65 0.61 0.84
Hex DC BC EF 8 15 0 6 116 3D 54
Octal 334 274 357 10 25 0 6 426 75 124
Binary 11011100 10111100 11101111 1000 10101 0 110 100010110 111101 1010100

Color Harmonies of #DCBCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCEF

Black with #DCBCEF

Text Example


Text Example

White with #DCBCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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